Package | Description |
---|---|
ptolemy.actor.gui |
Ptolemy GUI components for actors and configurations.
|
ptolemy.plot |
The ptolemy.plot package.
|
ptolemy.plot.compat |
Backward compatibility with xgraph and pxgraph.
|
ptolemy.plot.demo |
The ptolemy/plot/demo package.
|
Modifier and Type | Field and Description |
---|---|
Plot |
ExecutionAspectPlotterEditorFactory.plot
The plot displayed by this ScheduleFactory.
|
Plot |
CommunicationAspectMonitor.plot
The plotter.
|
Modifier and Type | Class and Description |
---|---|
class |
EditablePlot
This extension of Plot permits interactive modification of plotted
data, one dataset at a time.
|
class |
PlotLive
Plot signals dynamically, where points can be added at any time
and the display will be updated.
|
Modifier and Type | Field and Description |
---|---|
protected Plot |
PxgraphParser._plot
The plot object to which to apply commands.
|
Constructor and Description |
---|
PxgraphApplication(Plot plot,
java.lang.String[] args)
Construct a plot with the specified command-line arguments
and instance of Plot.
|
PxgraphParser(Plot plot)
Construct a parser to configure the specified plot.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotLiveDemo
Dynamically plot a test signal, illustrating how to use the
PlotLive class.
|