Summary
With what we have seen here, we are now able to develop wxWidgets applications and then embed Matplotlib in them.
In particular, we have seen how to:
Embed a Matplotlib
Figure
in awxFrame
Use a sizer to embed both
Figure
and navigation toolbar in awxFrame
Update a plot in real time using wxWidgets timer and Matplotlibs
blit()
Use wxGlade to design a GUI, generate the source code to implement it, and embed Matplotlib into it
We are now ready to move further and see how to integrate Matplotlib into the Web.