[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 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.

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


Reply to: