Synopsis
timey(x, y, xlab, ylab, tlab, plotlines, ptsymbol)
Arguments
| x |
|
A vector of times |
| |
|
Allowed: |
float |
| y |
|
A collection of Y vectors |
| |
|
Allowed: |
float |
| xlab |
|
A label for the X axis |
| |
|
Allowed: |
string |
| ylab |
|
A label for the Y axis |
| |
|
Allowed: |
string |
| tlab |
|
A label for the plot title |
| |
|
Allowed: |
string |
| plotlines |
|
Toggle for plotting lines or points |
| |
|
Allowed: |
Boolean |
| |
|
Default: |
T (lines) |
| ptsymbol |
|
Symbol ID |
| |
|
Allowed: |
integer |
| |
|
Default: |
2 |
Returns
boolean
Description
This
gplot1d-emulator plots a collection of Y vectors against a single
X vector. The X vector is assumed to be time in seconds. If there is more
than one Y vector, they should be arranged
in a 2-D array with the first dimension being the number of vectors
to plot and the second dimension being the length of each vector. The length
of the X axis vector must be the same as the length of each Y vector.
The color of each Y vector on the plot will be different for the first 16
plots, after that the colors will cycle through the same 16 colors.
Next: pgplotter.timey2 - Function
Up: pgplotter - Tool
Previous: pgplotter.plotxy2 - Function
 
Contents
 
Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc.,
Washington, D.C.
Return to AIPS++ Home Page
2006-10-15