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

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

[Octave-bug-tracker] [bug #32372] "legend off" does not give proper resu


From: David Bateman
Subject: [Octave-bug-tracker] [bug #32372] "legend off" does not give proper result
Date: Sun, 06 Feb 2011 23:02:37 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Follow-up Comment #2, bug #32372 (project octave):

However in matlab does


clf
x = 0:10;
plot (x, rand (11));
legend (cellstr (num2str ((1:10)')), 'location', 'northeastoutside')
xlabel ('Indices')
ylabel ('Random Values')
legend hide


cause the position of the axes to be reset when the legend is hidden? If so
should be do that as well?

D.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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