Home | Trees | Index | Help |
|
---|
|
wxmpl
: Embedding matplotlib in wxPython applications is straightforward, but
the default plotting widget lacks the capabilities necessary for
interactive use.
matplotlib.backend_bases.FigureCanvasBase
:
The canvas the figure renders into.
matplotlib.backends.backend_agg.FigureCanvasAgg
:
The canvas the figure renders into.
matplotlib.backends.backend_wxagg.FigureCanvasWxAgg
:
The FigureCanvas contains the figure and does event handling.
wxmpl.PlotPanel
:
A matplotlib canvas suitable for embedding in wxPython
applications.
matplotlib.backends.backend_wx.FigureCanvasWx
:
The FigureCanvas contains the figure and does event handling.
matplotlib.backends.backend_wxagg.FigureCanvasWxAgg
:
The FigureCanvas contains the figure and does event handling.
wxmpl.PlotPanel
:
A matplotlib canvas suitable for embedding in wxPython
applications.
wxPython.misc.wxObjectPtr
wxPython.events.wxEventPtr
wxPython.events.wxCommandEventPtr
wxPython.events.wxPyCommandEventPtr
wxPython.events.wxPyCommandEvent
wxmpl.PointEvent
:
wxPython event emitted when a left-click-release occurs in a
matplotlib axes of a window without an area selection.
wxmpl.SelectionEvent
:
wxPython event emitted when an area selection occurs in a matplotlib
axes of a window for which zooming has been disabled.
wxPython.windows.wxEvtHandlerPtr
wxPython.wx.wxPyAppPtr
wxPython.wx.wxPyApp
wxPython.wx.wxApp
wxmpl.PlotApp
:
A wxApp that provides a matplotlib canvas embedded in a wxPython
top-level window, encapsulating wxPython's nuts and bolts.
wxPython.windows.wxWindowPtr
wxPython.windows.wxPanelPtr
wxPython.windows.wxPanel
matplotlib.backends.backend_wx.FigureCanvasWx
:
The FigureCanvas contains the figure and does event handling.
matplotlib.backends.backend_wxagg.FigureCanvasWxAgg
:
The FigureCanvas contains the figure and does event handling.
wxmpl.PlotPanel
:
A matplotlib canvas suitable for embedding in wxPython
applications.
wxPython.frames.wxTopLevelWindowPtr
wxPython.frames.wxFramePtr
wxPython.frames.wxFrame
wxmpl.PlotFrame
:
A matplotlib canvas embedded in a wxPython top-level window.
wxPython.printfw.wxPrintoutPtr
wxPython.printfw.wxPrintout
wxmpl.FigurePrintout
:
Render a matplotlib Figure
to a page or file using
wxPython's printing framework.
wxPython.wx.wxPyOnDemandOutputWindow
wxmpl.AxesLimits
:
Alters the X and Y limits of Axes
objects while
maintaining a history of the changes.
wxmpl.Channel
:
Provides data for a StripCharter
to plot.
wxmpl.DestructableViewMixin
:
Utility class to break the circular reference between an object and
its associated "view".
wxmpl.FigurePrinter
:
Provides a simplified interface to the wxPython printing framework
that's designed for printing matplotlib figures.
wxmpl.CursorChanger
:
Manages the current cursor of a wxPython window, allowing it to be
switched between a normal arrow and a square cross.
wxmpl.Painter
:
Painters encapsulate the mechanics of drawing some value in a wxPython
window and erasing it.
wxmpl.CrosshairPainter
:
Draws crosshairs through the current position of the mouse.
wxmpl.LocationPainter
:
Draws a text message containing the current position of the mouse in
the lower left corner of the plot.
wxmpl.RubberbandPainter
:
Draws a selection rubberband from one point to another.
wxmpl.PlotPanelDirector
:
Encapsulates all of the user-interaction logic required by the
PlotPanel
, following the Humble Dialog Box pattern proposed
by Michael Feathers: http://www.objectmentor.com/resources/articles/TheHumbleDialogBox.pdf
wxmpl.MatrixBuffer
:
Manages a Numerical Python matrix, automatically growing it as
necessary to accomodate new rows of entries.
wxmpl.StripCharter
:
Plots and updates lines on a matplotlib Axes
.
wxmpl.VectorBuffer
:
Manages a Numerical Python vector, automatically growing it as
necessary to accomodate new entries.
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Aug 28 13:47:50 2006 | http://epydoc.sf.net |