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

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

[Octave-bug-tracker] [bug #33463] broken legend for patches


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33463] broken legend for patches
Date: Thu, 02 Jun 2011 12:17:23 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_7) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.696.71 Safari/534.24

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

                 Summary: broken legend for patches
                 Project: GNU Octave
            Submitted by: bpabbott
            Submitted on: Thu 02 Jun 2011 08:17:21 AM EDT
                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: 3.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

The legend does not render correctly for patches. For the example below ...


color = [0; 0.5; 1];
h = scatter ([0.15, 1.15, -1.15],[2.15, 0, 1.15], 25, color);
legend (get (h, 'children'), {'a', 'b', 'c'});


For gnuplot, no legend is rendered, and for FLTK there is no symbol/line/color
indicated.

I've attached a pdf illustrating the result from Matlab.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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