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

[Pkg-octave-devel] Bug#472069: closed by Rafael Laboissiere <rafael@debian.org> (Bug#472069: fixed in octave3.0 1:3.0.0-10)



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
Description: PNG image

Attachment: 2.png
Description: PNG image

Attachment: 3.png
Description: PNG image

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


Reply to: