Method Summary |
|
__init__ (self,
title,
size,
dpi,
cursor,
location,
crosshairs,
selection,
zoom,
**kwds)
Creates a new PlotApp, which creates a PlotFrame top-level window. |
|
draw (self)
Draw the associated Figure onto the screen. |
|
get_figure (self)
Returns the figure associated with this canvas. |
|
OnInit(self)
|
|
set_crosshairs (self,
state)
Enable or disable drawing crosshairs through the mouse cursor when it
is inside a matplotlib axes. |
|
set_cursor (self,
state)
Enable or disable the changing mouse cursor. |
|
set_location (self,
state)
Enable or disable the display of the matplotlib axes coordinates of
the mouse in the lower left corner of the canvas. |
|
set_selection (self,
state)
Enable or disable area selections, where user selects a rectangular
area of the canvas by left-clicking and dragging the mouse. |
|
set_zoom (self,
state)
Enable or disable zooming in when the user makes an area selection and
zooming out again when the user right-clicks. |
Inherited from wxApp |
|
__del__ (self)
|
|
MainLoop (self)
|
|
RedirectStdio (self,
filename)
|
|
RestoreStdio (self)
|
|
SetTopWindow (self,
frame)
|
Inherited from wxPyAppPtr |
|
__repr__ (self)
|
|
Dispatch (self,
*_args,
**_kwargs)
|
|
ExitMainLoop (self,
*_args,
**_kwargs)
|
|
GetAppName (self,
*_args,
**_kwargs)
|
|
GetAssertMode (self,
*_args,
**_kwargs)
|
|
GetClassName (self,
*_args,
**_kwargs)
|
|
GetExitOnFrameDelete (self,
*_args,
**_kwargs)
|
|
GetPrintMode (self,
*_args,
**_kwargs)
|
|
GetTopWindow (self,
*_args,
**_kwargs)
|
|
GetUseBestVisual (self,
*_args,
**_kwargs)
|
|
GetVendorName (self,
*_args,
**_kwargs)
|
|
Initialized (self,
*_args,
**_kwargs)
|
|
Pending (self,
*_args,
**_kwargs)
|
|
ProcessIdle (self,
*_args,
**_kwargs)
|
|
SetAppName (self,
*_args,
**_kwargs)
|
|
SetAssertMode (self,
*_args,
**_kwargs)
|
|
SetClassName (self,
*_args,
**_kwargs)
|
|
SetExitOnFrameDelete (self,
*_args,
**_kwargs)
|
|
SetPrintMode (self,
*_args,
**_kwargs)
|
|
SetUseBestVisual (self,
*_args,
**_kwargs)
|
|
SetVendorName (self,
*_args,
**_kwargs)
|
|
Yield (self,
*_args,
**_kwargs)
|
|
_setCallbackInfo (self,
*_args,
**_kwargs)
|
Inherited from wxEvtHandlerPtr |
|
AddPendingEvent (self,
*_args,
**_kwargs)
|
|
Connect (self,
*_args,
**_kwargs)
|
|
Disconnect (self,
*_args,
**_kwargs)
|
|
GetEvtHandlerEnabled (self,
*_args,
**_kwargs)
|
|
GetNextHandler (self,
*_args,
**_kwargs)
|
|
GetPreviousHandler (self,
*_args,
**_kwargs)
|
|
ProcessEvent (self,
*_args,
**_kwargs)
|
|
SetEvtHandlerEnabled (self,
*_args,
**_kwargs)
|
|
SetNextHandler (self,
*_args,
**_kwargs)
|
|
SetPreviousHandler (self,
*_args,
**_kwargs)
|
|
_setOORInfo (self,
*_args,
**_kwargs)
|
Inherited from wxObjectPtr |
|
Destroy (self,
*_args,
**_kwargs)
|