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

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

[Octave-bug-tracker] [bug #30336] Feature Request: "hold all"


From: David Bateman
Subject: [Octave-bug-tracker] [bug #30336] Feature Request: "hold all"
Date: Tue, 06 Jul 2010 21:05:25 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Update of bug #30336 (project octave):

                Severity:              3 - Normal => 1 - Wish               
                  Status:                    None => Need Info              
             Assigned to:                    None => dbateman               

    _______________________________________________________

Follow-up Comment #1:

Adding the "all" flag to the hold function is trivial and getting it to
"hold" the ColorOrder and LineStyleOrder properties is a three line change in
the newplot function.

However, what I don't know is where is Matlab storing the information that an
axis or figure has "hold all" set. The NextPlot property doesn't seem to have
a radio value that allows this state to be stored, so it must be stored in
another property of the axis. 

Can someone tell me what matlab gives for

plot (1:10);
hold on
get(gca())

and then for

close all
plot (1:10);
hold all
get(gca())


D.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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