[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


plot_axis Source code in cafe_plot_axis.pro

plot_axis

Name
           plot_axis
Purpose
           plot axis
Category
           cafe
SUBCATEGORY:
           plot type
Input Parameters
           group    - (optional) Define the data group to plot.
                      Default is the primary group 0. Must be in
                      range [0..9].
           right    - Plot axis on right y axis side (yaxis=1)
           left     - Plot axis on left y axis side  (yaxis=0)
           top      - Plot x axis on top of plot     (xaxis=1)
           bottom   - Plot x axis on bottom of plot  (xaxis=0)
           txtpos   - Position of (x/y) title text. Default is
                      estimated from axis position using some magic.
PLOT OUTPUT:
           axis    - Plot axis. The axis position depends on the
                     values as above. Refer to IDL AXIS procedure for
                     full applicable set of keywords.
                     Plot range is not taken into account.
Side Effects
           None.
REMARK:
           It is recommended to set ystyle=8 to avoid double axis drawing.
Example
           > plot, data,raxis[title=Energy]
                -> plot data with additional right axis.
Revision History
           $Id: cafe_plot_axis.pro,v 1.5 2005/01/04 10:56:05 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:13 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically