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

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

[Octave-bug-tracker] [bug #52864] Incorrect plotting handle returned for


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #52864] Incorrect plotting handle returned for h=plot(1, 1).
Date: Thu, 11 Jan 2018 11:18:51 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

Update of bug #52864 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This is a "graphics handle", a handle to a graphics object. "plot" returns a
handle to the "line" object that was used to draw the plot, "gca" will return
a handle to the axes objects into which this line drawn and "gcf" will return
a handle to the enclosing figure object. 

"close" only accepts handles to figures. Maybe what you wanted is "delete (h)"
which will delete the line?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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