Generate a multi-signal plot with the pxgraph program. This program has many options; see the User's manual of The Almagest.
Derived from: ACSStar
Location: SDF main library
Version: 1.1 "05/04/98"
Author: J. T. Buck and E. A. Lee
input (multiple) | float |
title | StringState | Title for the plot. | "Ptolemy Xgraph" |
saveFile | StringState | File name for saving plottable data. | "" |
options | StringState | Command line options for the xgraph program. | "-bb -tk =800x400" |
ignore | IntState | Number of initial values to ignore. | "0" |
xUnits | FloatState | For labeling, horizontal increment between samples. | "1.0" |
xInit | FloatState | For labeling, horizontal value of the first sample. | "0.0" |
index | FloatState | "0.0" |
The input signal is plotted using the pxgraph program. This program must be in your path, or this star will not work! The title parameter specifies a title for the plot. The saveFile parameter optionally specifies a file for storing the data in a syntax acceptable to pxgraph. A null string prevents any such storage. The options string is passed directly to the pxgraph program as command-line options. See the manual section describing pxgraph for a complete explanation of the options.
See also: Xgraph,
$PTOLEMY/src/pxgraph/pxgraph.htm,
XYgraph and
Xhistogram.
See: source code,
XMGraph users
Copyright (c) 1990-1998 The Regents of the University of California. All rights reserved. See the file $PTOLEMY/copyright for copyright notice, limitation of liability, and disclaimer of warranty provisions.