octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #55019] new sgtitle function


From: Rik
Subject: [Octave-bug-tracker] [bug #55019] new sgtitle function
Date: Wed, 14 Nov 2018 19:06:53 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Follow-up Comment #5, bug #55019 (project octave):

It's not perfect, but you can create a text object that is attached to the
figure and then move it around by changing the 'position' property.


>> hf = figure
hf =  1
>> ht = text (0,0, 'sgtitle text', 'parent', hf)
ht = -24.157
>> set (ht, 'position', [0 0.5 0])




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55019>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]