LIVE_TOOLS observations (2): xaxis range [message #12004] |
Fri, 19 June 1998 00:00 |
Michael Werger
Messages: 34 Registered: May 1997
|
Member |
|
|
More stuff about setting LIVE_TOOS (i.e. LIVE_PLOT):
also I found how to set the xrange to display
IDL> x = findgen (100) ; for example
IDL> y = sin(x)
IDL> style=live_style('plot',graphic_properties={min:40,max:60})
IDL> live_plot,y,independent=x,style=style,xrange=[40,60]
So only the xrange is plot only from 40 to 60.
Remark: If this is written in the documentation, please stop me
from posting by sending a message to me!
--
Michael Werger ------------o
ESA ESTEC & Praesepe B.V. |
Astrophysics Division mwerger@astro.estec.esa.nl|
| Postbus 299 http://astro.estec.esa.nl |
| 2200 AG Noordwijk +31 71 565 3783 (Voice)
o------------------- The Netherlands +31 71 565 4690 (FAX)
|
|
|