[Pkg-octave-devel] Bug#472069: closed by Rafael Laboissiere <rafael at debian.org> (Bug#472069: fixed in octave3.0 1:3.0.0-10)
Thomas Weber
thomas.weber.mail at gmail.com
Sat Jun 7 19:51:51 UTC 2008
package octave3.0
tags 472069 wontfix confirmed
thanks
On 09/04/08 10:08 +0100, Tom Wright wrote:
> 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)
Upstream confirmed this, unfortunately, this won't be fixed in the 3.0
series, see
http://www.cae.wisc.edu/pipermail/bug-octave/2008-June/006108.html
Sorry, but nothing we can here.
Thomas
More information about the Pkg-octave-devel
mailing list