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
| import tkinter | |
| from matplotlib.backends.backend_tkagg import ( | |
| FigureCanvasTkAgg, NavigationToolbar2Tk) | |
| # Implement the default Matplotlib key bindings. | |
| from matplotlib.backend_bases import key_press_handler | |
| from matplotlib.figure import Figure | |
| import matplotlib.image as mpimg | |
| from matplotlib.patches import Rectangle |