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

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

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


From: Rik
Subject: [Octave-bug-tracker] [bug #33463] legend broken for patches
Date: Sat, 01 Oct 2011 15:02:49 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Update of bug #33463 (project octave):

                  Status:                    None => Confirmed              
                 Summary: broken legend for patches => legend broken for
patches

    _______________________________________________________

Follow-up Comment #1:

Simpler example code directly using patch which shows that legend is not
picking up any data from the patch object.


x = [0 0 1];
y = [0 1 1];
p = patch (x, y, 'red');
legend ("patch1", "location", "southeast");


The text "patch1" is displayed in the legend but no color information.


    _______________________________________________________

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]