[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
Tue Apr 1 16:11:28 UTC 2008
On Sunday 30 Mar 2008 at 13:03, Debian Bug Tracking System wrote:
> We believe that the bug you reported is fixed in the latest version of
> octave3.0, which is due to be installed in the Debian FTP archive
Thanks for looking at it - it's partly fixed, but not quite there yet. Going
back to my original tests, I've updated the comments to reflect the new
behaviour:
> x=[1:10];
> y=rand(size(x));
> z=rand(size(x))*10;
> plotyy(x,y,x,z);
# Works as expected
> q=rand(size(x))*100;
> plotyy(x,y,x,q);
# *Fixed* - now works as it should
> plot(x,y)
# The behaviour of this one has changed, but it's still not right.
# Now, it plots x and y as normal, but it also overlays a plot of x
# and y on axes which completely fill the graph window. I can
# send you a screenshot if that helps - let me know.
-------------- 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/20080401/582d0610/attachment.pgp
More information about the Pkg-octave-devel
mailing list