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 c32b6db

Browse filesBrowse files
committed
Small fixes
1 parent 28bc28f commit c32b6db
Copy full SHA for c32b6db

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎lib/matplotlib/axis.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axis.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ class Tick(artist.Artist):
6060
Determines whether to draw the tickline.
6161
6262
tick1On : bool
63-
Determines whether to draw the 1st tickline.
63+
Determines whether to draw the first tickline.
6464
6565
tick2On : bool
66-
Determines whether to draw the 2nd tickline.
66+
Determines whether to draw the second tickline.
6767
6868
label1On : bool
69-
Determines whether to draw tick label.
69+
Determines whether to draw the first tick label.
7070
7171
label2On : bool
72-
Determines whether to draw tick label.
72+
Determines whether to draw the second tick label.
7373
"""
7474
def __init__(self, axes, loc, label,
7575
size=None, # points

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.