API Reference for Enthought Tool Suite 3.0.1

A data source representing a (possibly unordered) set of (X,Y) points.

This is internally always represented by an Nx2 array, so that data[i] refers to a single point (represented as a length-2 array).

Most of the traits and methods of ArrayDataSeries work for the PointDataSeries as well, since its data is linear. This class overrides only the methods and traits that are different.

Inherits from

Attributes

Inherited from base classes

Traits

Inherited from base classes

Method summary

Inherited from base classes

Methods

© Copyright 2002-2008 Enthought, Inc.