[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Rotating tick labels in DG
- Subject: Re: Rotating tick labels in DG
- From: Liam Gumley <liam.gumley(at)ssec.wisc.edu>
- Date: Wed, 18 Oct 2000 22:07:38 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: University of Wisconsin, Madison
- References: <39EE01CB.16591E94@ncep.noaa.gov>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:21777
Paul van Delst wrote:
> This may be an oft asked question but is there any way to rotate tick labels in direct
> graphics? I looked at the online help for all the various [xyz]tick... keywords, but
> nowhere was rotation mentioned (that I could see at least). I saw that the capability is
> available in OG which is not an option here (I just want to make a "quick" plot).
>
How about this?
plot, indgen(10), xtick_get=xtick, xtickname=replicate(' ', 30)
xyouts, xtick, !y.crange[0], string(xtick, format='(i)'), orient=90, align=1.0
Cheers,
Liam.
http://cimss.ssec.wisc.edu/~gumley