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

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

[Octave-bug-tracker] [bug #40064] Legend "interpreter" property not work


From: Michael Goffioul
Subject: [Octave-bug-tracker] [bug #40064] Legend "interpreter" property not working correctly
Date: Thu, 26 Sep 2013 23:08:27 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36

Follow-up Comment #4, bug #40064 (project octave):

I believe that the problem is due to legend.m not taking into account possible
different values for the "interpreter" property for axes and line/text object.
When the text objects are created, their "interpreter" is not set, so the
default is used, but the test default is "tex" (while the axes's default is
"none").

IMO, legend.m should initialize the "interpreter" property of the text objects
to the current value of the "interpreter" property of the axes object. In
other words, property values of the axes and text objects should be in sync at
creation time.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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