From e16b493352bd3d8ec11dfb4ca6d8d3dc0cd88890 Mon Sep 17 00:00:00 2001 From: Jason Neal Date: Fri, 13 Apr 2018 10:21:00 +0100 Subject: [PATCH] Doc: unreference specific axis in get_ticklabels get_ticklabels is not just for x ticks. --- 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 b3a7ffcc3ca3..493a33e963c3 100644 --- a/lib/matplotlib/axis.py +++ b/lib/matplotlib/axis.py @@ -1245,7 +1245,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