XMGraph star in ACS domain

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

Inputs

input (multiple)float

States

titleStringState Title for the plot. "Ptolemy Xgraph"
saveFileStringState File name for saving plottable data. ""
optionsStringState Command line options for the xgraph program. "-bb -tk =800x400"
ignoreIntState Number of initial values to ignore. "0"
xUnitsFloatState For labeling, horizontal increment between samples. "1.0"
xInitFloatState For labeling, horizontal value of the first sample. "0.0"
indexFloatState "0.0"

Details

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.