help-octave
[Top][All Lists]
Advanced

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

Re: Jhandles axes ranges


From: Ben Abbott
Subject: Re: Jhandles axes ranges
Date: Sat, 14 Jun 2008 18:58:55 -0400


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


reply via email to

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