Skip to content

Commit 1d89c92

Browse files
committed
DOC fixe small typos and blank lines
1 parent 0cb9d5e commit 1d89c92

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

examples/ticks_and_spines/spines_demo.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
Spines
44
======
55
6-
This demo compares :
7-
- normal axes, with spines on all four sides
8-
- an axes with spines only on the left and bottom.
9-
- an axes using custom bounds to limit the extent of the spine
6+
This demo compares:
7+
- normal axes, with spines on all four sides;
8+
- an axes with spines only on the left and bottom;
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
@@ -30,7 +30,6 @@
3030
ax1.yaxis.set_ticks_position('left')
3131
ax1.xaxis.set_ticks_position('bottom')
3232

33-
3433
ax2.plot(x, y)
3534

3635
# Only draw spine between the y-ticks

examples/ticks_and_spines/tick-locators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Tick locators
44
=============
55
6-
Show the different tick locators
6+
Show the different tick locators.
77
"""
88

99
import numpy as np

0 commit comments

Comments
 (0)