
mydata = read_some_data() plot(mydata)
I lied.
Slides from tutorial session at SciPy 2006 conference are on the web, and still relevant: http://code.enthought.com/chaco/scipy06/chaco_talk.html
AbstractDataSource
ArrayDataSource
GridDataSource
ImageData
AbstractDataRange
BaseDataRange
DataRange1D
DataRange2D
AbstractMapper
Base1DMapper
LinearMapper
LogMapper
PolarMapper
GridMapper
Everything basically subclasses from PlotComponent, so it's not on this list.
AbstractPlotRenderer
BaseXYPlot
BarPlot
LinePlot
ScatterPlot
ColormappedScatterPlot
Base2DPlot
ImagePlot
CmapImagePlot
ContourLinePlot
ContourPolyPlot
BasePlotContainer OverlayPlotContainer HPlotContainer VPlotContainer AbstractOverlay PlotAxis PlotGrid Legend LassoOverlay PlotLabel RangeSelectionOverlay Tooltip ColormappedSelectionOverlay
BaseTool
DataPrinter
DragTool
LegendTool
MoveTool
DrawPointsTool
LassoSelection
PanTool
RangeSelection
ToolHistoryMixin
SimpleZoom
http://code.enthought.com/chaco/download.shtml
Windows users: Get Enthon, it will be much easier. Now with Eggs!
http://code.enthought.com/enstaller/eggs/
Mac users: Read Robert's guide on installing the whole Scipy + Numpy + VTK + ETS + Matplotlib + ... stack:
https://svn.enthought.com/enthought/wiki/IntelMacPython25
Linux users: Should be straightforward, read the wiki for detailed instructions:
https://svn.enthought.com/enthought/wiki/GrabbingAndBuilding
http://code.enthought.com/chaco
Mailing Lists:
chaco-users@enthought.com envisage-dev@enthought.com
Slides for this talk are on the web at:
http://code.enthought.com/chaco/pycon07