Jhandles axes ranges

Ben Abbott bpabbott at mac.com
Sat Jun 14 17:58:55 CDT 2008


On Jun 14, 2008, at 4:56 PM, Janmaat, John wrote:

> Hello,
>
> I'm using Octave for windows, with jhandles for graphics.  the  
> gsplot function does not work for setting the ranges.  How can I  
> control the ranges, in particular along the z axis, to cut off  
> extreme values?
>
> John.
>

The graphics back-end of Octave had and is  under going a lot of change.

Changing the range depends upon the version of Octave you are running.

In the event you are running a version at least as recent as 2.9 check  
out

	> help zlim

or

	> help axis

For example,

	zlim ([zmin, zmax])

or

	axis ([xmin, xmax, ymin, ymax, zmin, zmax])

Ben


More information about the Help-octave mailing list