AnyFile | Representation of any kind of file to be used by gnuplot.
|
ArrayFile | A file to which, upon creation, an array is written.
|
Data | Represents data from memory to be plotted with Gnuplot.
|
DataException | Raised for data in the wrong format
|
File | A PlotItem representing a file that contains gnuplot data.
|
Func | Represents a mathematical expression to plot.
|
GridData | Holds data representing a function of two variables, for use in splot.
|
OptionException | Raised for unrecognized option(s)
|
PlotItem | Plotitem represents an item that can be plotted by gnuplot.
|
TempArrayFile | An ArrayFile that is deleted automatically.
|
TempFile | A file that is automatically deleted.
|
_unset | Used to represent unset keyword arguments.
|