Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: pgplotter.type - Function Up: pgplotter - Tool Previous: pgplotter.timey - Function


pgplotter.timey2 - Function



Package display
Module plotter
Tool pgplotter


Plot Y vectors versus time with auto-scaling against the right and upper axes.


Synopsis
timey2(x, y, xlab, ylab, tlab, plotlines, ptsymbol)


Arguments

x   An 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 using the right and upper axes (which will have separate labels from the other axes). 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. The order of these colors is the reverse order of that used in the ploty and plotxy1 functions.





next up previous contents index
Next: pgplotter.type - Function Up: pgplotter - Tool Previous: pgplotter.timey - 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