Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e16b493

Browse files
authored
Doc: unreference specific axis in get_ticklabels
get_ticklabels is not just for x ticks.
1 parent 640ecd9 commit e16b493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1245,7 +1245,7 @@ def get_minorticklabels(self):
12451245

12461246
def get_ticklabels(self, minor=False, which=None):
12471247
"""
1248-
Get the x tick labels as a list of :class:`~matplotlib.text.Text`
1248+
Get the tick labels as a list of :class:`~matplotlib.text.Text`
12491249
instances.
12501250
12511251
Parameters

0 commit comments

Comments
 (0)