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: Rik
Subject: [Octave-bug-tracker] [bug #40064] Legend "interpreter" property not working correctly
Date: Sun, 11 May 2014 00:51:47 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

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

The patch for DefaultTextInterpreter was never applied.  I just wrote it to
show what could be done if we want to; It will very definitely introduce an
incompatibility with Matlab.  However, Octave developers will occasionally
deviate from Matlab behavior if we feel it is wildly wrong.

If the patch were introduced, then this would be an example where Octave and
Matlab would differ:


set (0, 'DefaultTextInterpreter', 'none');
plot (1:10);
hl = legend ('A^1');
get (hl, 'interpreter')




    _______________________________________________________

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]