QPLOT

Quick plot of time series data.

Function

Quick plot of time series data.

Description

QPLOT provides a quick means of plotting one item from a time series data set, but without the many options provided by TSPLOT. Plotting is done with the NCAR/SGS/GKS graphics system.

Parameters
1 INPUT TSP, 2D

The input time series dataset.

2 DEVICE Device

The Graphics device (any valid GKS device).

3 CHAN Integer

Channel to plot.

4 ITEM Char

Item to plot (I,Q,U,V)

LABEL Char

Label for Diagram.

AUTOn Logical

If True plot is autoscaled.

C MIN Real

Minimum level for scaling.

C MAX Real

Maximum level for scaling.

WHOLE Logical

If TRUE, All time points are used.

C XSTART Double

First time value (MJD) to use.

C XEND Double

Last time value (MJD) to use.

H ERRORS Logical

If True (default), Error bars are plotted.

H LINE Logical

If True, the points are joined by a continuous line. (Default False).

H PEN Integer

SGS Pen number to plot in. (Default 1).

Support

Jeremy Bailey, AAO

Version date

28/2/1988