Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 247a0ec

Browse files
committed
python3 whats_new_99_spines
1 parent 280001a commit 247a0ec

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)