Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yori Fournier
myplotlib
Commits
98ba5c70
Commit
98ba5c70
authored
Feb 06, 2018
by
Yori Fournier
Browse files
remove the matplolib version print
parent
30445c6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
myWin_TkAgg.py
View file @
98ba5c70
...
...
@@ -62,8 +62,6 @@ from matplotlib.backends.backend_tkagg import FigureManagerTkAgg, FigureCanvasTk
# Test mpl version:
from
matplotlib
import
__version__
as
mplvers
print
(
'VERSION of Matplotlib:'
+
str
(
mplvers
))
if
int
(
mplvers
.
replace
(
'.'
,
''
)[:
3
])
<
150
:
import
six
from
six.moves
import
tkinter
as
Tk
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment