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

Skip to content

Commit 9a3f3ce

Browse files
committed
updates docs in accordance with review request
1 parent eb0f7c7 commit 9a3f3ce

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/matplotlib/axes/_base.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3400,8 +3400,10 @@ def get_xticklabels(self, minor=False, which=None):
34003400
34013401
Notes
34023402
-----
3403-
Please note that the tick label list is not populated until ``plt.draw()`` has been called.
3404-
See also: https://stackoverflow.com/questions/32700935/get-xticklabels-contains-empty-text-instances
3403+
Please note that the tick label list is not populated until a ``draw``
3404+
method has been called.
3405+
3406+
See also: `~pyplot.draw` and `~canvas.draw`.
34053407
"""
34063408
return self.xaxis.get_ticklabels(minor=minor, which=which)
34073409

0 commit comments

Comments
 (0)