Skip to content

Commit dafca8f

Browse files
pgierztimhoffm
andauthored
Update lib/matplotlib/axes/_base.py
Co-Authored-By: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent f90b354 commit dafca8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3403,7 +3403,7 @@ def get_xticklabels(self, minor=False, which=None):
34033403
Please note that the tick label strings are not populated until a ``draw``
34043404
method has been called.
34053405
3406-
See also: `~pyplot.draw` and `~canvas.draw`.
3406+
See also: `~.pyplot.draw` and `~.FigureCanvasBase.draw`.
34073407
"""
34083408
return self.xaxis.get_ticklabels(minor=minor, which=which)
34093409

0 commit comments

Comments
 (0)