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

Skip to content

Commit 59fe472

Browse files
committed
Edits for formatting / indentation
1 parent ac2abfa commit 59fe472

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/pylab_examples/spine_placement_demo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
###############################################################################
6767
# Define a method that adjusts the location of the axis spines
6868

69+
6970
def adjust_spines(ax, spines):
7071
for loc, spine in ax.spines.items():
7172
if loc in spines:

0 commit comments

Comments
 (0)