comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Problems with filled contours?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Problems with filled contours? [message #1292] Wed, 11 August 1993 12:25
bowman is currently offline  bowman
Messages: 121
Registered: September 1991
Senior Member
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

IDL> help, z
Z FLOAT = Array(288, 180)
IDL> print, min(z), max(z)
238.000 999.000 <--- missing data set to 999

IDL> contour, z <--- works, ugly due to 999's
<--- contour lines only

IDL> contour, z, max_value = 900. <--- works, looks fine
<--- contour lines only

IDL> contour, z, /fill <--- sort of works, 2 colors
% Array dimensions must be greater than 0. <--- but gives error message
% Execution halted at $MAIN$ (CONTOUR).

IDL> contour, z, /fill, max_value = 900. <--- starts but doesn't finish
% Array dimensions must be greater than 0. <--- and gives error message
% Execution halted at $MAIN$ (CONTOUR).

Am I blundering somewhere here, or are there known bugs with /FILL?
------------------------------------------------------------ ---------------
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
[Message index]
 
Read Message
Previous Topic: Answer: How to delete 'active' procedure?
Next Topic: Re: IDL LICENSING MADNESS

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 09:41:26 PDT 2025

Total time taken to generate the page: 1.51723 seconds