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)¶Bases: matplotlib.backends.backend_agg.FigureCanvasAgg, matplotlib.backends.backend_qt5.FigureCanvasQT
blit(bbox=None)¶Blit the region in bbox.
blitbox¶Deprecated since version 2.1: The blitbox function was deprecated in version 2.1.
paintEvent(e)¶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)¶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: | filename
orientation : {‘landscape’, ‘portrait’}, optional
dpi : scalar, optional
facecolor : color spec or None, optional
edgecolor : color spec or None, optional
format : str, optional
bbox_inches : str or
pad_inches : scalar, optional
bbox_extra_artists : list of
|
|---|
matplotlib.backends.backend_qt5agg.FigureCanvasQTAggBase(**kwargs)¶Bases: matplotlib.backends.backend_qt5agg.FigureCanvasQTAgg
Deprecated since version 2.2: The FigureCanvasQTAggBase class was deprecated in version 2.2.