Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 512b77c

Browse filesBrowse files
tacaswelltonysyu
authored andcommitted
removed unneeded print statements
removed some of the unneeded imports
1 parent e714c77 commit 512b77c
Copy full SHA for 512b77c

File tree

Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-3
lines changed

‎lib/matplotlib/style/core.py

Copy file name to clipboardExpand all lines: lib/matplotlib/style/core.py
-3Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
unicode_literals)
33

44
import six
5-
from six.moves import reduce, xrange, zip
65

76
"""
87
Core functions and attributes for the matplotlib style library:
@@ -60,8 +59,6 @@ def use(name):
6059
else:
6160
try:
6261
rc = rc_params_from_file(style, use_default_template=False)
63-
print(rc)
64-
print(type(rc))
6562
mpl.rcParams.update(rc)
6663
except:
6764
msg = ("'%s' not found in the style library and input is "

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.