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 90437e4

Browse filesBrowse files
authored
Merge pull request #11043 from jason-neal/patch-1
Doc: unreference specific axis for get_ticklabels() in axis.py
2 parents 640ecd9 + e16b493 commit 90437e4
Copy full SHA for 90437e4

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+1
-1
lines changed

‎lib/matplotlib/axis.py

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