>When giving a vector of line levels to plot, contour plots two lines less.
>For example, these two commands create the same plot:
>
>x=1:10;y=x;z=vander(x);contour(x,y,z,5)
>x=1:10;y=x;z=vander(x);contour(x,y,z,linspace(1,1e9,7))
>
>Note that in the second command, one has to ask for seven lines in order
>to get 5.

On second thought, this is perfectly normal.  Sorry for the confusion.

Please close this bug.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to