LIVE_TOOLS observations: axis title [message #12005] |
Fri, 19 June 1998 00:00 |
Michael Werger
Messages: 34 Registered: May 1997
|
Member |
|
|
Dear all,
I really like these LIVE_TOOLS, but the documentation of them is
probably not complete. Or did I miss the official way to change
the [xyz]axis_title?
A way to do this with LIVE_STYLE is:
IDL> x = findgen(10) ; only for example...
IDL> y = sin(x)
IDL> style=live_style('plot',$
xaxis_properties={axis:'Independent Variable'
IDL> live_plot,y,independent=x,style=style
This works also for the yaxis:
IDL> style=live_style('plot',$
yaxis_properties={axis:'Dependent Variable'})
IDL> live_plot,y,independent=x,style=style
(Hopefully this was not discussed before?)
--
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)
|
|
|