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: Ben Abbott
Subject: [Octave-bug-tracker] [bug #37290] gnuplot / demo plotyy followed by sombrero errors out
Date: Fri, 17 May 2013 00:46:48 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.65 Safari/537.31

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

To set the default for a figure's children, use the same syntax as for the
root, but change the object's handle.


set (gcf (), 'defaultaxeszlim', foo)


Same for axes, but don't forget to "hold all", or else the axes property will
be reset. 


plot (rand (3))
set (gca (), 'defaultlinelinewidth', 2.3)
hold all
plot (rand (3))




    _______________________________________________________

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]