From 859559a16da89fc28919876291df620ef14e4164 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 13 Apr 2018 15:13:22 +0100 Subject: [PATCH] Backport PR #11043: Doc: unreference specific axis for get_ticklabels() in axis.py --- lib/matplotlib/axis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/axis.py b/lib/matplotlib/axis.py index 58e18401a6ec..48c31ae6c0cc 100644 --- a/lib/matplotlib/axis.py +++ b/lib/matplotlib/axis.py @@ -1256,7 +1256,7 @@ def get_minorticklabels(self): def get_ticklabels(self, minor=False, which=None): """ - Get the x tick labels as a list of :class:`~matplotlib.text.Text` + Get the tick labels as a list of :class:`~matplotlib.text.Text` instances. Parameters