@@ -2197,8 +2197,7 @@ def make_iterable(x):
2197
2197
2198
2198
@docstring .dedent_interpd
2199
2199
def barh (self , bottom , width , height = 0.8 , left = None , ** kwargs ):
2200
- """
2201
- Make a horizontal bar plot.
2200
+ """Make a horizontal bar plot.
2202
2201
2203
2202
Make a horizontal bar plot with rectangles bounded by:
2204
2203
@@ -2260,11 +2259,11 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
2260
2259
`capsize` may be specified here rather than as independent kwargs.
2261
2260
2262
2261
align : {'center', 'edge'}, optional
2263
- If 'edge', aligns bars by their left edges (for vertical bars) and
2264
- by their bottom edges (for horizontal bars). If 'center', interpret
2265
- the `bottom` argument as the coordinates of the centers of the bars.
2266
- To align on the align bars on the top edge pass a negative
2267
- `height`.
2262
+ If 'edge', aligns bars by their left edges (for vertical
2263
+ bars) and by their bottom edges (for horizontal bars). If
2264
+ 'center', interpret the `bottom` argument as the
2265
+ coordinates of the centers of the bars. To align on the
2266
+ align bars on the top edge pass a negative `height`.
2268
2267
2269
2268
log : boolean, optional, default: False
2270
2269
If true, sets the axis to be log scale
@@ -2286,6 +2285,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
2286
2285
See also
2287
2286
--------
2288
2287
bar: Plot a vertical bar plot.
2288
+
2289
2289
"""
2290
2290
2291
2291
patches = self .bar (left = left , height = height , width = width ,
0 commit comments