Public Member Functions | Public Attributes | List of all members
gui.matplotlibwidget.MatplotlibWidget Class Reference

Python QWidget that allows to draw matplotlib figures within the interface. More...

Inheritance diagram for gui.matplotlibwidget.MatplotlibWidget:
[legend]
Collaboration diagram for gui.matplotlibwidget.MatplotlibWidget:
[legend]

Public Member Functions

def __init__ (self, parent, withToolbar=False)
 

Public Attributes

 figure
 The matplotlib figure. More...
 
 canvas
 The figure canvas. More...
 
 toolbar
 

Detailed Description

Python QWidget that allows to draw matplotlib figures within the interface.

Create an instance and populate member MatplotlibWidget.figure.

Constructor & Destructor Documentation

◆ __init__()

def gui.matplotlibwidget.MatplotlibWidget.__init__ (   self,
  parent,
  withToolbar = False 
)

Member Data Documentation

◆ canvas

gui.matplotlibwidget.MatplotlibWidget.canvas

The figure canvas.

◆ figure

gui.matplotlibwidget.MatplotlibWidget.figure

The matplotlib figure.

◆ toolbar

gui.matplotlibwidget.MatplotlibWidget.toolbar