@@ -1893,7 +1893,7 @@ def bar(self, left, height, width=0.8, bottom=None, **kwargs):
1893
1893
dictionary of kwargs to be passed to errorbar method. *ecolor* and
1894
1894
*capsize* may be specified here rather than as independent kwargs.
1895
1895
1896
- align : {'center', 'edge'}, optional
1896
+ align : {'center', 'edge'}, optional, default: 'center'
1897
1897
If 'edge', aligns bars by their left edges (for vertical bars) and
1898
1898
by their bottom edges (for horizontal bars). If 'center', interpret
1899
1899
the `left` argument as the coordinates of the centers of the bars.
@@ -2216,7 +2216,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
2216
2216
dictionary of kwargs to be passed to errorbar method. `ecolor` and
2217
2217
`capsize` may be specified here rather than as independent kwargs.
2218
2218
2219
- align : {'center', 'edge'}, optional
2219
+ align : {'center', 'edge'}, optional, default: 'center'
2220
2220
If 'edge', aligns bars by their left edges (for vertical
2221
2221
bars) and by their bottom edges (for horizontal bars). If
2222
2222
'center', interpret the `bottom` argument as the
0 commit comments