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

Skip to content

Commit b69ad7a

Browse files
authored
Update spines_demo.py
1 parent ab64fe8 commit b69ad7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ticks_and_spines/spines_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This demo compares:
77
- normal axes, with spines on all four sides;
88
- an axes with spines only on the left and bottom;
9-
- an axes using custom bounds to limit the extent of the spine;
9+
- an axes using custom bounds to limit the extent of the spine.
1010
"""
1111
import numpy as np
1212
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)