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 e714c77 commit 512b77cCopy full SHA for 512b77c
lib/matplotlib/style/core.py
@@ -2,7 +2,6 @@
2
unicode_literals)
3
4
import six
5
-from six.moves import reduce, xrange, zip
6
7
"""
8
Core functions and attributes for the matplotlib style library:
@@ -60,8 +59,6 @@ def use(name):
60
59
else:
61
try:
62
rc = rc_params_from_file(style, use_default_template=False)
63
- print(rc)
64
- print(type(rc))
65
mpl.rcParams.update(rc)
66
except:
67
msg = ("'%s' not found in the style library and input is "
0 commit comments