help-octave
[Top][All Lists]
Advanced

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

Re: curve key in 3.3.91


From: Philip Nienhuis
Subject: Re: curve key in 3.3.91
Date: Thu, 3 Feb 2011 12:27:43 -0800 (PST)


Philip Nienhuis wrote:
> 
> 
> Dmitri A. Sergatskov wrote:
>> 
>> I noticed that in 3.3.91 the following code
>> 
>> 
>> octave:1> plot(1:3, "-r;1;")
>> octave:2> hold on
>> octave:3> plot(2*(1:3), "-b;2;")
>> 
>> labels both curves as "2"
>> 
> 
> 
> On 3.3.90 (MinGW & Linux) & 3.3.91 (MinGW):
> 
> octave:1> plot(1:3, "-r;1;")
> octave:2> hold on
> octave:3> plot(2*(1:3), "-b;2;")
> octave:4> plot(3*(1:3), "-g;3;")
> <...etc...>
> 
> shows that only the first item in the legend is affected (i.e., it gets
> the key of the last added curve)
> 
> 
> 
>> I do not have an older version of octave installed, so could not
>> check, but as far
>> as I remember that used to work OK in 3.2.4.
>> 
> 
> That's correct (at least for the MinGW build).
> 
> Is a bug report needed?
> 
> Philip
> 

Forgot to mention:
On 3.3.54+ (Linux) that I had lying around it still worked OK.

P.
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/curve-key-in-3-3-91-tp3258672p3258925.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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