Module:
sdynpy.core.sdynpy_dataSource: GitHub
Parent:
matplotlib.backends.backend_qtagg.FigureCanvasQTAggParent:
matplotlib.backends.backend_agg.FigureCanvasAggParent:
matplotlib.backends.backend_qt.FigureCanvasQTParent:
matplotlib.backend_bases.FigureCanvasBaseParent:
PyQt5.QtWidgets.QWidgetParent:
PyQt5.QtCore.QObjectParent:
sip.wrapperParent:
PyQt5.QtGui.QPaintDeviceParent:
sip.simplewrapper
Signature¶
class sdynpy.core.sdynpy_data.MPLCanvas(parent=None, width=5, height=4, dpi=100)The canvas the figure renders into.
Attributes¶
figure :
~matplotlib.figure.FigureA high-level figure instance.
Methods¶
| Name | Summary |
|---|---|
__init__ | Initialize self. See help(type(self)) for accurate signature. |
__init__¶
Source: GitHub
def sdynpy.core.sdynpy_data.MPLCanvas.__init__(self, parent=None, width=5, height=4, dpi=100)Initialize self. See help(type(self)) for accurate signature.