[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- wxmpl.Channel:
Provides data for a
StripCharter
to plot.
- 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.
- wxmpl.FigurePrinter:
Provides a simplified interface to the wxPython printing framework
that's designed for printing matplotlib figures.
- wx._core.PyOnDemandOutputWindow:
A class that can be used for redirecting Python's stdout and stderr
streams.
- wxmpl.StripCharter:
Plots and updates lines on a matplotlib
Axes
.
- object:
The most base type
- wx._core.Object:
The base class for most wx objects, although in wxPython not much
functionality is needed nor exposed.
- wx._core.Event:
An event is a structure holding information about an event passed
to a callback or member function.
- wx._core.CommandEvent:
This event class contains information about command events, which
originate from a variety of simple controls, as well as menus and
toolbars.
- wx._core.PyCommandEvent:
wx.PyCommandEvent can be used as a base class for implementing
custom event types in Python, where the event shoudl travel up to
parent windows looking for a handler.
- 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.
- wx._core.EvtHandler:
Proxy of C++ EvtHandler class
- wx._core.PyApp:
The ``wx.PyApp`` class is an *implementation detail*, please use
the `wx.App` class (or some other derived class) instead.
- wx._core.App:
The ``wx.App`` class represents the application and is used to:
- wxmpl.PlotApp:
A wxApp that provides a matplotlib canvas embedded in a wxPython
top-level window, encapsulating wxPython's nuts and bolts.
- wx._core.Window:
wx.Window is the base class for all windows and represents any
visible object on the screen.
- wx._windows.Panel:
Proxy of C++ Panel class
- 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.
- wx._windows.TopLevelWindow:
Proxy of C++ TopLevelWindow class
- wx._windows.Frame:
Proxy of C++ Frame class
- wxmpl.PlotFrame:
A matplotlib canvas embedded in a wxPython top-level window.