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

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

[Octave-bug-tracker] [bug #37290] gnuplot / demo plotyy followed by somb


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #37290] gnuplot / demo plotyy followed by sombrero errors out
Date: Thu, 16 May 2013 19:08:41 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #19, bug #37290 (project octave):

> The description "Remove any defaults set for the handle var{h}."  is also
not clear to me.

Yes, I think that is where the confusion is.  There is some subtle
interpretation here between the default settings and factory settings that I'm
not seeing and isn't quite right in the code.  I think "defaults" means what
the graphics object will use without any other specification.  Rik gave this
example:


hax = gca;
set (hax, 'linewidth', 2.3);


So the default linewidth for the axis object is now 2.3, but I think a user
could go through and tweak individual lines.

Maybe a more accurate way of stating it is "Set defaults back to factory
settings".


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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