Render to qt from agg
Bases: 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
Blit the region in bbox
Draw the figure when xwindows is ready for the update
Draw to the Agg backend and then copy the image to the qt.drawable. In Qt, all drawing should be done inside of here when a widget is shown onscreen.
Bases: matplotlib.backends.backend_qt4.FigureManagerQT
Bases: matplotlib.backends.backend_qt4.NavigationToolbar2QT
coordinates: should we show the coordinates on the right?
Create a new figure manager instance