Uses of Class
utils.ptplot5_2.ptolemy.plot.PlotFrame

Packages that use PlotFrame
utils.ptplot5_2.ptolemy.plot   
utils.ptplot5_2.ptolemy.plot.compat   
utils.ptplot5_2.ptolemy.plot.plotml   
 

Uses of PlotFrame in utils.ptplot5_2.ptolemy.plot
 

Subclasses of PlotFrame in utils.ptplot5_2.ptolemy.plot
 class PlotApplication
          PlotApplication is a versatile two-dimensional data plotter application.
 

Uses of PlotFrame in utils.ptplot5_2.ptolemy.plot.compat
 

Subclasses of PlotFrame in utils.ptplot5_2.ptolemy.plot.compat
 class PxgraphApplication
          An application that can plot data in pxgraph format.
 

Uses of PlotFrame in utils.ptplot5_2.ptolemy.plot.plotml
 

Subclasses of PlotFrame in utils.ptplot5_2.ptolemy.plot.plotml
 class EditablePlotMLApplication
          An application that can plot data in PlotML format from a URL or from files specified on the command line, and can then permit the user to edit the plot.
 class HistogramMLApplication
          An application that can histogram data in PlotML format from a URL or from files specified on the command line.
 class PlotMLApplication
          An application that can plot data in PlotML format from a URL or from files specified on the command line.
 class PlotMLFrame
          PlotMLFrame is a versatile two-dimensional data plotter that runs as part of an application, but in its own window.