[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PV-Wave plotting adventures
- Subject: Re: PV-Wave plotting adventures
- From: Liam Gumley <Liam.Gumley(at)ssec.wisc.edu>
- Date: Wed, 02 Jun 1999 13:02:56 -0500
- Newsgroups: comp.lang.idl-pvwave
- Organization: Space Science and Engineering Center, University of Wisconsin-Madison
- References: <yfmn1yiaarf.fsf@aura.ethz.ch> <37556853.E138DD23@ssec.wisc.edu>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:15010
Liam Gumley wrote:
> The following example produces interesting results in IDL 5.2:
>
> window,/free,xs=500,ys=800
> !p.multi=[0,1,3,0,0]
> !p.charsize=2.0
> dx=1.0d-4
> plot,[0],[0],xrange=[x0,x0+dx],yrange=[x0,x0+dx],xstyle=1,ystyle=1
> dx=1.0d-3
> plot,[0],[0],xrange=[x0,x0+dx],yrange=[x0,x0+dx],xstyle=1,ystyle=1
> dx=1.0d-2
> plot,[0],[0],xrange=[x0,x0+dx],yrange=[x0,x0+dx],xstyle=1,ystyle=1
>
> The non-uniform tick spacing on the Y axis of the middle plot is quite
> novel.
A definition for x0 would be helpful: try either of
x0=1000.0d0
x0=100.0d0
--
Liam E. Gumley
Space Science and Engineering Center, UW-Madison
http://cimss.ssec.wisc.edu/~gumley