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 032f40b commit 4238e82Copy full SHA for 4238e82
1 file changed
lib/matplotlib/backends/backend_tkagg.py
@@ -8,7 +8,7 @@
8
import Tkinter as Tk, FileDialog
9
10
# Paint image to Tk photo blitter extension
11
-import import matplotlib.backends.tkagg as tkagg
+import matplotlib.backends.tkagg as tkagg
12
13
from matplotlib.backends.backend_agg import FigureCanvasAgg
14
0 commit comments