octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: axis limits of hold on plot


From: David Bateman
Subject: Re: axis limits of hold on plot
Date: Wed, 12 Dec 2007 10:32:51 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Evan wrote:
> for version 2.9.18, the default axis limits don't always include all
> the data for hold on plots
> 
> for example
> 
> octave:1> version
> ans = 2.9.18
> octave:2>
> octave:2> x=0:.1:2.*pi;
> octave:3> y1=sin(x);
> octave:4> y2=0.5*sin(x);
> octave:5>
> octave:5> plot(x,y1);
> octave:6> hold on;
> octave:7> plot(x,y2);
> octave:8>
> 
> version 2.9.17 has no this issue, it seems due to recent changes.
> 

Yes, this is one of the major reasons 2.9.19 was released so shortly
after 2.9.18 :-)

D.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]