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

Home » Public Forums » archive » Re: suppression of time axis annotation
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: suppression of time axis annotation [message #43995 is a reply to message #43993] Fri, 06 May 2005 07:24 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Ben Tupper writes:

> I am trouble controlling axis annotations when I specify time based
> axes. Specifically, I am unable to suppress the time-based tickmarks
> by specifying the TICKNAME keyword. Does someone know a another method
> for suppressing tickmarks?
>
> I have pasted in a simple example below that shows the trouble. Inone
> window I get the tickintervals I desire but the annotationn I don't
> want. In the other I get the suppression I want, but not the tick interval.

Humm, this does what you want:

Window,1
PLOT, t, y1, $
Title = "Ticks unmatched - " + $
"but annotation is suppressed in middle", $
POSITION = p1, $
XSTYLE = 1, $
XTICKINTERVAL = 4, $
XMINOR = 4
XTICKFORMAT='(A0)'
PLOT, t, y2, $
NOERASE = 1, $
POSITION = p2, $
XSTYLE = 1, $
XTICKUNITS = ['Months', 'Years'], $
XTICKINTERVAL = 4, $
XMINOR = 4

But on my output it looks like someone has gone in there
with a magic marker and scribbled all over the left side
of the plot. Do you see that, too?

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Using write_csv_data
Next Topic: Possible Mac OS Bug with FIX.

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

Current Time: Tue Oct 28 00:00:46 PDT 2025

Total time taken to generate the page: 1.52036 seconds