Implements a Matplotlib figure inside a QWidget. Use getFigure() and redraw() to interact with matplotlib.
Example:
mw = MatplotlibWidget() subplot = mw.getFigure().add_subplot(111) subplot.plot(x,y) mw.draw()
RemoteGraphicsView
FeedbackButton
Enter search terms or a module, class or function name.