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

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

[Octave-bug-tracker] [bug #31991] only last legend displayed when puttin


From: anonymous
Subject: [Octave-bug-tracker] [bug #31991] only last legend displayed when putting titles in the plot() command
Date: Mon, 27 Dec 2010 14:19:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Ubuntu/10.10 Chromium/8.0.552.224 Chrome/8.0.552.224 Safari/534.10

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

                 Summary: only last legend displayed when putting titles in
the plot() command
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 27 Dec 2010 02:19:16 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: indium
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.3.54
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Dear all,

I have noticed that version 3.3.54 (compiled from source on Ubuntu 10.10)
only plots the _last_ legend when giving 'inline' titles in a multiple-plot
command. 

Below the example that is found in 'octave> doc plot'
This generates only 'sin(t)' as a legend in 3.3.54
(Same for gnuplot or fltk)
This problem doesn't occur for version 3.2.3 (gnuplot).
 
++
octave:11> t = 0:0.1:6.3;
octave:12>           plot (t, cos(t), "-;cos(t);", t, sin(t), "+3;sin(t);");
octave:13> version
ans = 3.3.54


best regards,

indium




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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