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.

Imported modules   
import Errors
import Numeric
import gp
import os
import string
import tempfile
import utils
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.

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.

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 Mon Jul 29 17:26:13 2002 by HappyDoc version 2.0.1