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

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

[Octave-bug-tracker] [bug #32372] "legend off" does not give proper resu


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #32372] "legend off" does not give proper result
Date: Sun, 06 Feb 2011 20:04:50 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.84 Safari/534.13

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

                 Summary: "legend off" does not give proper result
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Sun 06 Feb 2011 03:04:49 PM EST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ben Abbott
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:

When the legend is turned off the plot box does not return to it's default
position.


clf
x = 0:10;
plot (x, rand (11));
legend (cellstr (num2str ((1:10)')), 'location', 'northeastoutside')
xlabel ('Indices')
ylabel ('Random Values')
legend off


I expect "legend off" is behaving as "legend hide". However, "legend off"
should delete the legend object, where "legend hide" only toggles its
visibility.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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