Example of Python plugin using MatplotlibWidget.
More...
Example of Python plugin using MatplotlibWidget.
This example uses matplotlibwidget.MatplotlibWidget to plot matplotlib figures.
◆ __init__()
def gui.matplotlib_example.Plugin.__init__ |
( |
|
self, |
|
|
|
mainWindow, |
|
|
|
flags = None |
|
) |
| |
◆ osgWidget()
def gui.matplotlib_example.Plugin.osgWidget |
( |
|
self, |
|
|
|
osgWindow |
|
) |
| |
If present, this function is called when a new OSG Widget is created.
◆ resetConnection()
def gui.matplotlib_example.Plugin.resetConnection |
( |
|
self | ) |
|
◆ client
gui.matplotlib_example.Plugin.client |
◆ testWidget
gui.matplotlib_example.Plugin.testWidget |