Summary
In this chapter, we learned how to use Qt and Matplotlib together. Now we know how to:
Embed a
Figurein aQWidgetUse layout manager to pack a
Figureand navigation toolbar in aQWidgetCreate a timer, react to events, and update a Matplotlib graph accordingly
Use Qt Designer to draw a simple GUI and then refer it into our Python code
We are now ready to learn about another GUI library, wxWidgets.