API Reference for Enthought Tool Suite 2.7.1

A collection of data to be plotted.

A PlotValue object represents an array of related, plottable data. It can either be plotted by itself, or added to a PlotCanvas object where it can be plotted along with other PlotValue objects on a single plotting area, or canvas.

PlotValue objects can also be added to PlotGrid, PlotGroup, and PlotIndexed objects, although in these cases the plot will not overlap any other plotting area.

A PlotValue can also be added to a PlotValue, PlotCanvas, PlotGroup or PlotIndexed object with its overlay trait set to true. In this case, the PlotValue will be drawn as a separated plot overlaying the object it is added to.

Inherits from

Attributes

Inherited from base classes

Method summary

Inherited from base classes

Methods

Copyright © 2002-2008 Enthought, Inc.