
XYPlotter |
ptolemy.actor.lib.gui.XYPlotter |
An XY plotter. This plotter contains an instance of the Plot class
from the Ptolemy plot package as a public member.
Data at inputX and inputY are plotted on this instance.
Both inputX and inputY are multiports with type DOUBLE.
When plotted, the first channel of inputX and the first channel
of inputY are together considered the first signal,
then the second channel of inputX and the second channel
of inputY are considered the second signal, and so on.
This requires that inputX and
inputY have the same width. The actor
assumes that there is at least one token available on each channel
when it fires. The horizontal axis is given by the value of the
input from inputX and vertical axis is given by inputY.
Author(s): Jie Liu
Version:$Id: XYPlotter.java,v 1.28 2005/07/08 19:56:20 cxh Exp $
Pt.Proposed Rating:Green (liuj)
Pt.Accepted Rating:Green (cxh)
inputX
Input port for the horizontal axis, with type DOUBLE.
inputY
Input port for the vertical axis, with type DOUBLE.