You are reading an old version of the documentation (v1.5.1). For the latest version see https://matplotlib.org/stable/api/backend_qt4agg_api.html

We're updating the default styles for Matplotlib 2.0

Learn what to expect in the new updates

matplotlib

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_qt4agg.FigureCanvasQTAggBase, matplotlib.backends.backend_qt4.FigureCanvasQT, matplotlib.backends.backend_agg.FigureCanvasAgg

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

Public attribute

figure - A Figure instance
class matplotlib.backends.backend_qt4agg.FigureCanvasQTAggBase(figure)

Bases: matplotlib.backends.backend_qt5agg.FigureCanvasQTAggBase

matplotlib.backends.backend_qt4agg.new_figure_manager(num, *args, **kwargs)

Create a new figure manager instance

matplotlib.backends.backend_qt4agg.new_figure_manager_given_figure(num, figure)

Create a new figure manager instance for the given figure.