Re: IDLgrContour is hiding [message #21583] |
Sun, 03 September 2000 14:52 |
Mark Hadfield
Messages: 783 Registered: May 1995
|
Senior Member |
|
|
"Pavel Romashkin" <promashkin@cmdl.noaa.gov> wrote in message
news:39B02046.A55D099A@cmdl.noaa.gov...
> Hi,
> I am having a problem with IDLgrContour. Is it a strange object, or is
> it just me? I can't seem to make it show anything at all:
It is a strange object. By default an IDLgrContour is a 3-D object that uses
its data (DATA_VALUES) for its z geometry. So if you plot an unscaled
IDLgrContour object, only the parts between z = -1 and +1 (the view's
clipping limits) will be visible.
To make a planar IDLgrContour, set PLANAR=1 and GEOMZ=0. Take a look at the
documentation for these keywords and it will all become clear.
---
Mark Hadfield
m.hadfield@niwa.cri.nz http://katipo.niwa.cri.nz/~hadfield/
National Institute for Water and Atmospheric Research
PO Box 14-901, Wellington, New Zealand
|
|
|