matplotlib.backends.backend_qt5agg¶Render to qt from agg
matplotlib.backends.backend_qt5agg.FigureCanvas¶alias of matplotlib.backends.backend_qt5agg.FigureCanvasQTAgg
matplotlib.backends.backend_qt5agg.FigureCanvasQTAgg(figure)[source]¶Bases: matplotlib.backends.backend_agg.FigureCanvasAgg, matplotlib.backends.backend_qt5.FigureCanvasQT
blitbox¶Deprecated since version 2.1: The blitbox function was deprecated in version 2.1.
paintEvent(e)[source]¶Copy the image from the Agg canvas to the qt.drawable.
In Qt, all drawing should be done inside of here when a widget is shown onscreen.
print_figure(*args, **kwargs)[source]¶Render the figure to hardcopy. Set the figure patch face and edge colors. This is useful because some of the GUIs have a gray figure face color background and you’ll probably want to override this on hardcopy.
| Parameters: |
|
|---|
matplotlib.backends.backend_qt5agg.FigureCanvasQTAggBase(**kwargs)[source]¶Bases: matplotlib.backends.backend_qt5agg.FigureCanvasQTAgg
Deprecated since version 2.2: The FigureCanvasQTAggBase class was deprecated in version 2.2.