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

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

[Octave-bug-tracker] [bug #40289] Document that low-level graphic functi


From: Rik
Subject: [Octave-bug-tracker] [bug #40289] Document that low-level graphic functions don't call newplot()
Date: Thu, 17 Oct 2013 16:28:22 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0

Update of bug #40289 (project octave):

                Category:   Plotting with gnuplot => Documentation          
              Item Group:                   Other => Documentation          
                 Summary: assumed hold on before surface plot and no change of
axislocation afterwards => Document that low-level graphic functions don't
call newplot()

    _______________________________________________________

Follow-up Comment #3:

This is the intended behavior.  The low-level graphics objects always add
themselves to the current axis (equivalent to hold on).  If you want to
prepare a figure to receive a new plot you should use a high-level plotting
routine, or call newplot() yourself directly, but that is discouraged.

So, instead of using line() (low-level) use plot().  Instead of surface
(low-level) use surf().  Et cetera, et cetera.

    _______________________________________________________

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]