general/tplot/
mplot.pro
Routines
top source mplot
mplot, xt, yt, dy, OVERPLOT=OVERPLOT, OPLOT=OPLOT, LABELS=LABELS, LABPOS=LABPOS, LABFLAG=LABFLAG, COLORS=COLORS, BINS=BINS, DATA=DATA, NOERRORBARS=NOERRORBARS, ERRORTHRESH=ERRORTHRESH, NOXLAB=NOXLAB, NOCOLOR=NOCOLOR, LIMITS=LIMITS
PROCEDURE: mplot, x, y, [,dy] INPUT: x: 1 or 2 dimensional array of x values. y: 1 or 2 dimensional array of y values. dy; error bars for y; same dimensions as y. (optional) PURPOSE: General purpose procedure used to make multi-line plots. KEYWORDS: DATA: A structure that contains the elements 'x', 'y' ['dy']. This is an alternative way of inputing the data (used by "TPLOT"). LIMITS: Structure containing any combination of the following elements: ALL PLOT/OPLOT keywords (ie. PSYM,SYMSIZE,LINESTYLE,COLOR,etc.) ALL MPLOT keywords NSUMS: array of NSUM keywords. LINESTYLES: array of linestyles. LABELS: array of text labels. LABPOS: array of positions for LABELS. LABFLAG: integer, flag that controls label positioning. -1: labels placed in reverse order. 0: No labels. 1: labels spaced equally. 2: labels placed according to data. 3: labels placed according to LABPOS. BINS: flag array specifying which channels to plot. OVERPLOT: If non-zero then data is plotted over last plot. NOXLAB: if non-zero then xlabel tick marks are supressed. COLORS: array of colors used for each curve. NOCOLOR: do not use color when creating plot. NOTES: The values of all the keywords can also be put in the limits structure or in the data structure using the full keyword as the tag name. The structure value will overide the keyword value. CREATED BY: Davin Larson FILE: mplot.pro VERSION 1.43 LAST MODIFICATION: 02/11/01
Parameters
- xt
- yt
- dy
Keywords
- OVERPLOT
- OPLOT
- LABELS
- LABPOS
- LABFLAG
- COLORS
- BINS
- DATA
- NOERRORBARS
- ERRORTHRESH
- NOXLAB
- NOCOLOR
- LIMITS
File attributes
Modification date: | Thu Feb 13 16:43:16 2014 |
Lines: | 222 |