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

Skip to content

Commit 11f69de

Browse files
committed
DOC: fix
1 parent 49fa822 commit 11f69de

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/matplotlib/axes/_axes.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2582,6 +2582,9 @@ def barh(self, y, width, height=0.8, left=None, *, align="center",
25822582
left : float or array-like, default: 0
25832583
The x coordinates of the left side(s) of the bars.
25842584
2585+
Note that if *left* has units, then the x-axis will get a Locator and
2586+
Formatter appropriate for the units (e.g. dates, or categorical).
2587+
25852588
align : {'center', 'edge'}, default: 'center'
25862589
Alignment of the base to the *y* coordinates*:
25872590

0 commit comments

Comments
 (0)