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

Tom Wright thomaswright at cantab.net
Wed Apr 9 09:08:19 UTC 2008


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)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.png
Type: image/png
Size: 12088 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-octave-devel/attachments/20080409/8c8fa3e4/attachment-0003.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.png
Type: image/png
Size: 11994 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-octave-devel/attachments/20080409/8c8fa3e4/attachment-0004.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 3.png
Type: image/png
Size: 11800 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-octave-devel/attachments/20080409/8c8fa3e4/attachment-0005.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
Url : http://lists.alioth.debian.org/pipermail/pkg-octave-devel/attachments/20080409/8c8fa3e4/attachment-0001.pgp 


More information about the Pkg-octave-devel mailing list