You are reading an old version of the documentation (v2.1.1). For the latest version see https://matplotlib.org/stable/api/backend_qt4agg_api.html
matplotlib
Fork me on GitHub


Travis-CI:

This Page

matplotlib.backends.backend_qt4agg

Render to qt from agg

matplotlib.backends.backend_qt4agg.FigureCanvas

alias of FigureCanvasQTAgg

class matplotlib.backends.backend_qt4agg.FigureCanvasQTAgg(figure)

Bases: matplotlib.backends.backend_qt5agg.FigureCanvasQTAggBase, matplotlib.backends.backend_qt4.FigureCanvasQT

The canvas the figure renders into. Calls the draw and print fig methods, creates the renderers, etc…

Attributes

figure (matplotlib.figure.Figure) A high-level Figure instance