On Monday 07 Apr 2008 at 14:30, Thomas Weber wrote:
> Neither octave3.0 nor gnuplot changed in the time between April, 01 and
> April, 03.
>
> So, this is strange.

Apologies, that was my mistake - I used plot(x,y,x,q) instead of 
plotyy(x,y,x,q) - when I do it correctly, it works fine, but there are still 
issues with calls to plot() after calling plotyy().  Here's a correct session 
log:

octave:1> x=[1:10];
octave:2> y=rand(size(x));
octave:3> z=rand(size(x))*10;
octave:4> plotyy(x,y,x,z)
(1.png)
octave:5> q=rand(size(x))*100;
octave:6> plotyy(x,y,x,q)
(2.png)
octave:7> plot(x,y)
(3.png)

<<attachment: 1.png>>

<<attachment: 2.png>>

<<attachment: 3.png>>

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to