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

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

[Octave-bug-tracker] [bug #30336] "hold all"


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #30336] "hold all"
Date: Sat, 03 Jul 2010 13:19:41 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.86 Safari/533.4

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

                 Summary: "hold all"
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Sat 03 Jul 2010 09:19:41 AM EDT
                Category: None
                Severity: 3 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:

Matlab supports the command "hold all" which differs from "hold on". The
former holds the current plot, as well as its current color and linestyle.
Meaning that ...

plot (rand (10, 1))
hold on
plot (rand (10, 1))

... produced two blue lines, but then "on" is replaced by "all" ...

plot (rand (10, 1))
hold all
plot (rand (10, 1))

The linecolor for the second is green (i.e. the second color listed by the
axes colororder.




    _______________________________________________________

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]