API Reference for Enthought Tool Suite 3.0.1
Defines the ScatterPlot class, and associated Traits UI view and helper function.
Helper function for a PlotComponent instance to render a set of (x,y) points onto a graphics context. Currently, it makes some assumptions about the attributes on the plot object; these may be factored out eventually.
| Local name | Refers to |
|---|---|
| AbstractMarker | enthought.chaco.scatter_markers.AbstractMarker |
| Any | enthought.traits.trait_types.Any |
| argmin | numpy.argmin |
| around | numpy.around |
| Array | enthought.traits.trait_numeric.Array |
| array | numpy.array |
| asarray | numpy.asarray |
| BaseXYPlot | enthought.chaco.base_xy_plot.BaseXYPlot |
| black_color_trait | enthought.enable.colors.black_color_trait |
| Bool | enthought.traits.trait_types.Bool |
| compress | numpy.compress |
| CustomMarker | enthought.chaco.scatter_markers.CustomMarker |
| Float | enthought.traits.trait_types.Float |
| Int | enthought.traits.trait_types.Int |
| invert | numpy.invert |
| isnan | numpy.isnan |
| Item | enthought.traits.ui.item.Item |
| marker_trait | enthought.chaco.scatter_markers.marker_trait |
| MarkerNameDict | enthought.chaco.scatter_markers.MarkerNameDict |
| sqrt | numpy.sqrt |
| STROKE | enthought.kiva.constants.STROKE |
| sum | numpy.sum |
| Trait | enthought.traits.traits.Trait |
| transpose | numpy.transpose |
| VGroup | enthought.traits.ui.group.VGroup |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2008 Enthought, Inc.