
SequencePlotter |
ptolemy.actor.lib.gui.SequencePlotter |
A sequence plotter. This plotter contains an instance of the Plot
class from the Ptolemy plot package as a public member. Data at
the input, which can consist of any number of channels, are plotted
on this instance. Each channel is plotted as a separate data set.
The horizontal axis represents the count of the iterations, scaled
by the xUnit parameter. The horizontal increment between
samples is given by the xUnit parameter.
Its default value is 1.0. The horizontal value
of the first sample is given by the xInit parameter.
Its default value is 0.0. The input is of type DoubleToken.
Author(s): Edward A. Lee, Bart Kienhuis
Version:$Id: SequencePlotter.java,v 1.30 2006/03/30 16:36:38 cxh Exp $
Pt.Proposed Rating:Green (eal)
Pt.Accepted Rating:Green (cxh)
input
Input port, which has type DoubleToken.
xUnit
The increment of the X axis.
xInit
The start point of the X axis.