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

Home » Public Forums » archive » Re: speed, size, contouring
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: speed, size, contouring [message #55169 is a reply to message #55159] Thu, 02 August 2007 09:22 Go to previous message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
Hawaiianite wrote:
I'm also
> struggling with the putting the results into a contoured ternary
> diagram (this I have done before, but with different data a long time
> ago). For this I keep getting the error "CONTOUR: Contour levels must
> be in increasing order." I've just never gotten this error before and
> I'm having a little trouble deciding what it is referring to.

> contour,z,x,y,LEVELS=fix(findgen(15) * ((max(z) - min(z))/15) +
> min(z)) ,$
> background=255,c_color=0,c_linestyle=2,c_labels=fix(findgen( 15) *
> ((max(z) - min(z))/15) + min(z)),$
> c_charsize=1.5,ymargin=7,xmargin=7,c_thick=1,/irregular


Hi,

the statement LEVELS=fix(findgen(15) * ((max(z) - min(z))/15) + min(z))
is your problem.... try to remove the 'fix', as it certainly causes
you to have multiple entries with the same value!

Jean
[Message index]
 
Read Message
Read Message
Previous Topic: Re: changing path
Next Topic: Re: How to get the text contant of the webpage,using the IDLnetURL?

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

Current Time: Sun Oct 12 14:42:44 PDT 2025

Total time taken to generate the page: 0.56159 seconds