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

Re: [Pkg-octave-devel] Bug#492042: octave3.0: contour sometimes plots two lines less



* Francesco Potorti` <Potorti@isti.cnr.it> [2008-07-23 20:24]:

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

Done.

Note that you can do it yourself easily.  Just send a message to
<bug#>-done@bugs.debian.org, as I am doing hereby.

-- 
Rafael



Reply to: