Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit0b24f78

Browse files
committed
remove print statements
1 parent3c6a2f0 commit0b24f78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎lib/matplotlib/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -813,14 +813,12 @@ def _load_path_effects(self):
813813
importmatplotlib.patheffectsaspath_effects
814814

815815
path_effects_list=self._get('path.effects').copy()
816-
print("before_loop: ",path_effects_list)
817816
fork,vinself.find_all('path.effects.').items():
818817
ifvisNone:
819818
continue
820819
path_effect_name=k.split('.')[-1]
821820
path_effect_function=getattr(path_effects,path_effect_name)
822821
path_effects_list.append(path_effect_function(**v))
823-
print("after_loop: ",path_effects_list)
824822
returnpath_effects_list
825823

826824

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp