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: Mon, 20 May 2013 09:41:10 +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

Update of bug #37290 (project octave):

             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #38:

Dan,

The example you gave works as expected.  To see if the default axes linewidth
has changed, you'll need to create a new axes object, or render a new plot
(with no "hold on").  Try,


set (gcf (), 'defaultaxeslinewidth', 3)
plot (rand (3))
reset (gcf ())
plot (rand (3))


I like your suggestion.  Attach the patch to the other changeset. I'll close
this one.

Ben

    _______________________________________________________

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]