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

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

[Octave-bug-tracker] [bug #40289] assumed hold on before surface plot an


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #40289] assumed hold on before surface plot and no change of axislocation afterwards
Date: Thu, 17 Oct 2013 15:12:48 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130810 Firefox/17.0 Iceweasel/17.0.8

Update of bug #40289 (project octave):

                Category:                Plotting => Plotting with gnuplot  

    _______________________________________________________

Follow-up Comment #1:

I think this bug is specific to gnuplot.  Making the figure invisible doesn't
disable gnuplot.

Try the following:


close all
graphics_toolkit fltk
plot(rand(10,1))
surface(rand(10))
set(gca,'yaxislocation','right')


For me, the axis location moves to the right.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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