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 280001a commit 247a0ecCopy full SHA for 247a0ec
doc/pyplots/whats_new_99_spines.py
@@ -4,7 +4,7 @@
4
5
6
def adjust_spines(ax,spines):
7
- for loc, spine in ax.spines.iteritems():
+ for loc, spine in ax.spines.items():
8
if loc in spines:
9
spine.set_position(('outward',10)) # outward by 10 points
10
else:
0 commit comments