plot3 problem in Cctave 3.0.0.exe for WXP

Michael Goffioul michael.goffioul at gmail.com
Tue Feb 12 03:10:50 CST 2008


On Tue, Feb 12, 2008 at 7:40 AM,  <Terry.Murphy at qenos.com> wrote:
>
> Hello,
>
> I have installed Octave 3.0.0 for WXP and have observed that when using the
> plot3 function, the vertical axis range is limited to -0.5 to 0.5.
>
> I ran the commands listed in the help file for this function and produced
> the figure shown in the attached screen shot.
>
> I also tried other combinations, such as:
>
> plot3(x,y,z), where;
>
> x = [0:1:20]
> y =[0:1:20]
> z = y.*x.^2 + 2.*y
>
> The range for z in this case is much greater than -0.5 to 0.5. However, the
> range when plotted using plot3 limits the range.
>
> I have done the same exercise in Matlab and it produced the expected
> result.

Fixed. Thanks.

Michael.


More information about the Bug-octave mailing list