Re: Problems with filled contours? [message #1280] |
Mon, 16 August 1993 07:06 |
bowman
Messages: 121 Registered: September 1991
|
Senior Member |
|
|
In article <1993Aug16.113532.8009@rz-berlin.mpg.de>,
preusser@FHI-Berlin.MPG.DE wrote:
>
> In article <bowman-110893141559@bowman.tamu.edu>, bowman@csrp.tamu.edu (Kenneth P. Bowman) writes:
>> I just started trying to use the /FILL option on CONTOUR, and I am
>> having problems getting it to work, i.e. with my array z
>
> I would like to draw your attention to software
> written by myself and available since a couple
> of weeks.
.
.
.
Thanks, I will have a look. I have given up on filled contours with IDL,
since my data sets have relatively frequent missing values, and according
to RSI, 'it will not fill contours that run into cells with missing data.'
I have gone back to using MAP_IMAGE + CONTOUR, which works pretty well
for my purposes.
------------------------------------------------------------ ---------------
Dr. Kenneth P. Bowman 409-862-4060
Climate System Research Program 409-862-4132 fax
Department of Meteorology bowman@csrp.tamu.edu
Texas A&M University
College Station, TX 77843-3150
|
|
|
Re: Problems with filled contours? [message #1281 is a reply to message #1280] |
Mon, 16 August 1993 03:35  |
PREUSSER
Messages: 8 Registered: March 1993
|
Junior Member |
|
|
In article <bowman-110893141559@bowman.tamu.edu>, bowman@csrp.tamu.edu (Kenneth P. Bowman) writes:
> I just started trying to use the /FILL option on CONTOUR, and I am
> having problems getting it to work, i.e. with my array z
I know that does not directly correspond to
your problems. But just in case that you are
fed up with the FILL-problems in IDL:
I would like to draw your attention to software
written by myself and available since a couple
of weeks.
Login to netlib, for instance netlib.ornl.gov,
and get /graphics/xfarbe.taz.uu . This will
get you a program for computing filled contours
(X- and postscript) on a rectangular grid using
bicubic interpolation.
At the moment, you cannot define missing data,
but it should be much more convenient than
any IDL procedure. For instance, labels can
be added by just clicking on the contours,
and it is possible to fill in the contours
of certain regions only by clicking them on
with the mouse.
Sincerely
A.Preusser
|
|
|