8000 python3 whats_new_99_spines · matplotlib/matplotlib@58deb63 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58deb63

Browse files
committed
python3 whats_new_99_spines
1 parent 52be825 commit 58deb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/pyplots/whats_new_99_spines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
def adjust_spines(ax,spines):
7-
for loc, spine in ax.spines.iteritems():
7+
for loc, spine in ax.spines.items():
88
if loc in spines:
99
spine.set_position(('outward',10)) # outward by 10 points
1010
else:

0 commit comments

Comments
 (0)
0