Package | Description |
---|---|
ptolemy.plot |
The ptolemy.plot package.
|
ptolemy.plot.demo |
The ptolemy/plot/demo package.
|
ptolemy.plot.plotml |
The ptolemy.plot.plotml package.
|
Modifier and Type | Class and Description |
---|---|
class |
EditablePlot
This extension of Plot permits interactive modification of plotted
data, one dataset at a time.
|
class |
Plot
A flexible signal plotter.
|
class |
PlotLive
Plot signals dynamically, where points can be added at any time
and the display will be updated.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotLiveDemo
Dynamically plot a test signal, illustrating how to use the
PlotLive class.
|
Constructor and Description |
---|
PlotMLParser(PlotInterface plot)
Construct an parser to parse commands for the specified plot object.
|