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



Am Montag, den 07.04.2008, 11:38 +0100 schrieb Tom Wright:
> > On 01/04/08 17:11 +0100, Tom Wright wrote:
> > > # 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.
> 
> On Tuesday 01 Apr 2008 at 21:14, Thomas Weber wrote:
> > Yes, please.
> 
> After updating my computer today, this is in a worse state than it was 
> before - here's the results:
> 
> octave:1> x=[1:10];
> octave:2> y=rand(size(x));
> octave:3> z=rand(size(x))*10;
> octave:5> plotyy(x,y,x,z)
> (1.png)
> octave:6> q=rand(size(x))*100;
> octave:7> plot(x,y,x,q)
> (2.png)
> octave:8> plot(x,y)
> (3.png)
> 
> The second graph is now broken again, though in a different way to how it was 
> before.  Let me know if you need any more diagnostics.

Neither octave3.0 nor gnuplot changed in the time between April, 01 and
April, 03. 

So, this is strange.

	Thomas






Reply to: