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

Skip to content

Commit 3ececb5

Browse files
committed
fix default barh align doc
1 parent 1fa4dd7 commit 3ececb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2259,7 +2259,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
22592259
dictionary of kwargs to be passed to errorbar method. `ecolor` and
22602260
`capsize` may be specified here rather than as independent kwargs.
22612261
2262-
align : ['edge' | 'center'], optional, default: 'edge'
2262+
align : ['edge' | 'center'], optional
22632263
If `edge`, aligns bars by their left edges (for vertical bars) and
22642264
by their bottom edges (for horizontal bars). If `center`, interpret
22652265
the `left` argument as the coordinates of the centers of the bars.

0 commit comments

Comments
 (0)