Skip to content

Commit df511a5

Browse files
authored
Update spines_demo.py
1 parent 1d89c92 commit df511a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ticks_and_spines/spines_demo.py

+1-1
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)