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

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

[Octave-bug-tracker] [bug #49400] Document that plot() ignores "defaulta


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #49400] Document that plot() ignores "defaultaxesbox" property
Date: Mon, 28 Aug 2017 16:39:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

Posted to the mailing list but not the bug tracker:

Hi Pantxo,

Thanks for the explanation. The MATLAB behaviour seems strange to me,
but I see that doing the same in Octave is the right choice from a
compatibility point of view.

However, plot() ignoring a default box "off" is quite surprising for the
user. The way I discovered it was that


figure()
plot(1:10)


and


figure()
hold on
plot(1:10)
hold off


produced different results.
Would you mind adding a note to the help of plot() that tells the user
about this feature? Some users will not even be aware of the "box"
property, so mentioning it enables those users to get consistent plot
appearance.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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