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

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

[Octave-bug-tracker] [bug #42035] legend (hax, ...) doesn't work for any


From: sergey plotnikov
Subject: [Octave-bug-tracker] [bug #42035] legend (hax, ...) doesn't work for any axes handle apart from gca
Date: Thu, 03 Apr 2014 09:27:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36

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

                 Summary: legend (hax, ...) doesn't work for any axes handle
apart from gca
                 Project: GNU Octave
            Submitted by: nul0m
            Submitted on: Thu 03 Apr 2014 09:27:16 AM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In case of fltk legend is created at current axes instead of ones which was
specified. And in case of gnuplot it is not shown at all.


close all;
figure;
a1 = axes;
plot (a1, 1:10, sin (1:10));
figure;
a2 = axes;
plot (a2, 1:10, sin (1:10));
legend(a1,'a1');





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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