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

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

[Octave-bug-tracker] [bug #39542] Wrong legend label when plotting matri


From: Falk Tannhäuser
Subject: [Octave-bug-tracker] [bug #39542] Wrong legend label when plotting matrix vs. vector
Date: Sun, 21 Jul 2013 10:27:52 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:22.0) Gecko/20100101 Firefox/22.0

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

                 Summary: Wrong legend label when plotting matrix vs. vector
                 Project: GNU Octave
            Submitted by: fata
            Submitted on: So 21 Jul 2013 10:27:51 GMT
                Category: Plotting with gnuplot
                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: 3.6.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

I'm using Octave 3.6.4 with Gnuplot 4.6 patchlevel 3 under Cygwin (Windows XP
SP 3). With the following code:

t = linspace(0, 2*pi, 50);
plot (t, [cos(t); sin(t)], ["xr;cos(t);"; "+g;sin(t);"]);

I obtain function plots with point style and colour as expected (red "x" /
green "+"). However, the legend label is "cos(t)" for both, rather than the
expected "cos(t)" for the red "x" / "sin(t)" for the green "+" plot. Only the
first label title is taken into account and is being repeated for the
remaining labels.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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