Home | Trees | Index | Help |
|
---|
Module wxmpl |
|
Classes | |
---|---|
Channel |
Provides data for a StripCharter to plot. |
FigurePrinter |
Provides a simplified interface to the wxPython printing framework that's designed for printing matplotlib figures. |
PlotApp |
A wxApp that provides a matplotlib canvas embedded in a wxPython top-level window, encapsulating wxPython's nuts and bolts. |
PlotFrame |
A matplotlib canvas embedded in a wxPython top-level window. |
PlotPanel |
A matplotlib canvas suitable for embedding in wxPython applications. |
StripCharter |
Plots and updates lines on a matplotlib Axes . |
Function Summary | |
---|---|
Register to receive wxPython PointEvent s from a
PlotPanel or PlotFrame . | |
Register to receive wxPython SelectionEvent s from a
PlotPanel or PlotFrame . |
Function Details |
---|
EVT_POINT(win, id, func)Register to receive wxPythonPointEvent s from a
PlotPanel or PlotFrame .
|
EVT_SELECTION(win, id, func)Register to receive wxPythonSelectionEvent s from a
PlotPanel or PlotFrame .
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Aug 28 13:47:50 2006 | http://epydoc.sf.net |