We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28bc28f commit c32b6dbCopy full SHA for c32b6db
lib/matplotlib/axis.py
@@ -60,16 +60,16 @@ class Tick(artist.Artist):
60
Determines whether to draw the tickline.
61
62
tick1On : bool
63
- Determines whether to draw the 1st tickline.
+ Determines whether to draw the first tickline.
64
65
tick2On : bool
66
- Determines whether to draw the 2nd tickline.
+ Determines whether to draw the second tickline.
67
68
label1On : bool
69
- Determines whether to draw tick label.
+ Determines whether to draw the first tick label.
70
71
label2On : bool
72
+ Determines whether to draw the second tick label.
73
"""
74
def __init__(self, axes, loc, label,
75
size=None, # points
0 commit comments