Re: Axis suppression - XStyle [message #44004] |
Thu, 12 May 2005 07:20 |
Gappa
Messages: 2 Registered: May 2005
|
Junior Member |
|
|
Wow, so simple.
(Didn't know the /keyword is same as keyword = 1... started using IDL 3
months ago)
Thanks David.
Have fun with the relatives :)
Toodles
Chris
|
|
|
Re: Axis suppression - XStyle [message #44005 is a reply to message #44004] |
Thu, 12 May 2005 07:15  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> XSTYLE=4+1
Sorry, my relatives are arriving for a graduation and the fireworks
are about to start. :-)
I should point out that /KEYWORD is exactly the same as KEYWORD=1,
just a shorthand way of writing it.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|
Re: Axis suppression - XStyle [message #44006 is a reply to message #44005] |
Thu, 12 May 2005 07:12  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Gappa writes:
> Simple problem, i think.
>
> I'm trying to label x-axis using 'xticks', 'xtickv'. My problem is i
> need to suppress the original x-axis ticks by setting 'xstyle=4' (gets
> rid of x axis ticks) but i also need to force the x axis over specific
> range using '/xstyle'... i can't set them both at the same time?
>
> '/xstyle=4' doesn't work and i can't call xstyle twice in the same call
> to plot.
>
> If anyone has ideas as to how i get around this problem they'd be much
> appreciated.
XSTYLE=4+1
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|