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

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

[Octave-bug-tracker] [bug #30461] legend should work for lines with diff


From: Rik
Subject: [Octave-bug-tracker] [bug #30461] legend should work for lines with different parents
Date: Wed, 03 Nov 2010 02:43:30 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12) Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12

Follow-up Comment #19, bug #30461 (project octave):

Are legends working for plotyy?  I read through the comments and it seems as
if there have been a number of patches committed.  But I just tried the
original code,


x = 0:0.1:10;
plotyy (x, sin (x), x, cos (x))
legend ("sin(x)" , "cos{x)") 


and it still puts only one label up.  This was with a recent dev tip
(2010-11-02).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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