Re: cgcontour and yticks [message #79168] |
Tue, 07 February 2012 09:02 |
kisCA
Messages: 78 Registered: January 2011
|
Member |
|
|
>
> Are you sure you are using a current version of cgContour?
>
My mistake... works fine now
Thank you
|
|
|
Re: cgcontour and yticks [message #79176 is a reply to message #79168] |
Mon, 06 February 2012 22:31  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
kisCA writes:
> I am trying to make a picture with contour plot and using cgcontour.
> IDL fix the number of yticks and when i try to change them, only the
> label change... Do you have any idea, why I can't these ticks number
> even if I use: yticks or yminor ?
As far as I know, this is completely possible. For example,
this works:
IDL> cgcontour, cgdemodata(2), yticks=3, yminor=0
Are you sure you are using a current version of cgContour?
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|