This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
This demo demonstrates how to embed a matplotlib (mpl) plot | |
into a PyQt5 GUI application, including: | |
* Using the navigation toolbar | |
* Adding data to the plot | |
* Dynamically modifying the plot's properties | |
* Processing mpl events | |
* Saving the plot to a file from a menu |