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

Home » Public Forums » archive » Re: very simple but weird problem with CONTOUR
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: very simple but weird problem with CONTOUR [message #81277 is a reply to message #81276] Sat, 01 September 2012 14:32 Go to previous messageGo to previous message
Phillip Bitzer is currently offline  Phillip Bitzer
Messages: 223
Registered: June 2006
Senior Member
Keep in mind this snippet from IDL help:

Data points with values above this value are ignored (i.e., treated as missing data) when contouring. Cells containing one or more corners with values above MAX_VALUE will have no contours drawn through them.

Increasing 6 to a larger number (say, 60) will yield *something* using the original snippet (but I would check your position keyword in the call to contour :-) )

Alternatively, try using /CELL_FILL instead of /FILL. You should get *something* then as well.

You might try clamping the array z (by using contour, z < 0.5, x, y, ...), but this may not be exactly what you want either.

While I'm here, let me recommend using Coyote's cgContour instead. No 'LoadCt' commands necessary in this case.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Horizontal Histogram Plots
Next Topic: Cost of student version of IDL

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

Current Time: Tue Oct 21 22:37:19 PDT 2025

Total time taken to generate the page: 1.67873 seconds