Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1d89c92

Browse filesBrowse files
committed
DOC fixe small typos and blank lines
1 parent 0cb9d5e commit 1d89c92
Copy full SHA for 1d89c92

File tree

Expand file treeCollapse file tree

2 files changed

+5
-6
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+5
-6
lines changed

‎examples/ticks_and_spines/spines_demo.py

Copy file name to clipboardExpand all lines: examples/ticks_and_spines/spines_demo.py
+4-5Lines 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

Copy file name to clipboardExpand all lines: examples/ticks_and_spines/tick-locators.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.