Table of Contents

Module: PlotItems Gnuplot/PlotItems.py
PlotItems.py

Objects that can be plotted by Gnuplot.

This module contains several types of PlotItems. PlotItems can be plotted by passing them to a Gnuplot.Gnuplot object. You can derive your own classes from the PlotItem hierarchy to customize their behavior.

Classes   
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.


Table of Contents

This document was automatically generated on Fri Jan 26 14:06:11 2001 by HappyDoc version r0_9_2