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

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

[Octave-bug-tracker] [bug #55800] legend ignores location


From: Muhali
Subject: [Octave-bug-tracker] [bug #55800] legend ignores location
Date: Fri, 1 Mar 2019 05:12:44 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0

URL:
  <https://savannah.gnu.org/bugs/?55800>

                 Summary: legend ignores location
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Fri 01 Mar 2019 02:12:42 AM PST
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

The following example


subplot(2,1,1) ;
plot(randn(2,1)) ;
legend({"A"}, "location", "northwest", "box", "off") ;
subplot(2,1,2) ;
plot(randn(2,1)) ;
legend({"A"}, "box", "off", "location", "northwest") ;


shows that the location parameter is ignored if it is not the last one.





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55800>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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