help-octave
[Top][All Lists]
Advanced

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

Re: legend on contour plot


From: David Bateman
Subject: Re: legend on contour plot
Date: Sun, 10 Feb 2008 01:26:51 +0100
User-agent: Thunderbird 2.0.0.6 (X11/20070914)

Henry F. Mollet wrote:
> I have the same problem. Using peaks() shows that axis should be axis ([-3,
> 3, -3, 3]) and that the contours should be between -6 and + 6. It appears
> that the axis, when using contour (peaks) are based on the default mesh
> value N-by-N = 49.
>

Maybe if you did

[x,y,z] = peaks();
contour(x,y,z);

you'd see what you expect

D.



reply via email to

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