Module wxmpl
[show private | hide private]
[frames | no frames]

Module wxmpl

Embedding matplotlib in wxPython applications is straightforward, but the default plotting widget lacks the capabilities necessary for interactive use. WxMpl (wxPython+matplotlib) is a library of components that provide these missing features in the form of a better matplolib FigureCanvas.
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
  EVT_POINT(win, id, func)
Register to receive wxPython PointEvents from a PlotPanel or PlotFrame.
  EVT_SELECTION(win, id, func)
Register to receive wxPython SelectionEvents from a PlotPanel or PlotFrame.

Function Details

EVT_POINT(win, id, func)

Register to receive wxPython PointEvents from a PlotPanel or PlotFrame.

EVT_SELECTION(win, id, func)

Register to receive wxPython SelectionEvents from a PlotPanel or PlotFrame.

Generated by Epydoc 2.1 on Mon Aug 28 13:47:50 2006 http://epydoc.sf.net