Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f89ef2 commit 36ce1faCopy full SHA for 36ce1fa
1 file changed
lib/matplotlib/backends/backend_tkagg.py
@@ -16,7 +16,7 @@
16
import matplotlib.backends.windowing as windowing
17
18
import matplotlib
19
-from matplotlib import backend_tools, rcParams
+from matplotlib import backend_tools, cbook, rcParams
20
from matplotlib.backend_bases import (
21
_Backend, FigureCanvasBase, FigureManagerBase, NavigationToolbar2,
22
StatusbarBase, TimerBase, ToolContainerBase, cursors)
0 commit comments