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

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

[Octave-bug-tracker] [bug #31575] text (..., "units", "normalized") not


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31575] text (..., "units", "normalized") not normalized
Date: Sun, 05 Dec 2010 20:27:41 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.215 Safari/534.10

Follow-up Comment #3, bug #31575 (project octave):

Rik, I see the same thing. After the commands below, the line object is not
visible.


backend fltk
hold on
text (0.05, 0.95, 'Hello World', 'units', 'normalized')
get (get (gca, "children"), "type")
ans =
{
  [1,1] = text
  [2,1] = line
}
get (get (gca, "children"), "visible")
ans =
{
  [1,1] = on
  [2,1] = on
}


However, if I follow up with a text command without "normalized" units ...


text (0.5, 0.5, "Hello again")


... the line object and all text objects are present.

Shall I start a new bug report?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31575>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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