help-octave
[Top][All Lists]
Advanced

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

RE: Jhandles axes ranges


From: Janmaat, John
Subject: RE: Jhandles axes ranges
Date: Sun, 15 Jun 2008 04:36:58 -0700

Hello Ben,

Thank-you.  I was under the mistaken impression that zlim was a property, 
rather than a function.  I used it, and it nicely cuts off the mesh, but does 
not stop the face color.  

John.


====================================================
Johannus (John) Janmaat
Assistant Professor of Economics
Barber School of Arts and Sciences
University of British Columbia - Okanagan
address@hidden



-----Original Message-----
From: Ben Abbott [mailto:address@hidden
Sent: Sat 2008-06-14 3:58 PM
To: Janmaat, John
Cc: address@hidden
Subject: Re: Jhandles axes ranges
 

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]