@@ -2197,7 +2197,8 @@ 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
- """Make a horizontal bar plot.
2200
+ """
2201
+ Make a horizontal bar plot.
2201
2202
2202
2203
Make a horizontal bar plot with rectangles bounded by:
2203
2204
@@ -2263,7 +2264,7 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
2263
2264
bars) and by their bottom edges (for horizontal bars). If
2264
2265
'center', interpret the `bottom` argument as the
2265
2266
coordinates of the centers of the bars. To align on the
2266
- align bars on the top edge pass a negative ` height` .
2267
+ align bars on the top edge pass a negative ' height' .
2267
2268
2268
2269
log : boolean, optional, default: False
2269
2270
If true, sets the axis to be log scale
@@ -2285,7 +2286,6 @@ def barh(self, bottom, width, height=0.8, left=None, **kwargs):
2285
2286
See also
2286
2287
--------
2287
2288
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