Axes.
barh
(bottom, width, height=0.8, left=None, **kwargs)¶Make a horizontal bar plot.
Make a horizontal bar plot with rectangles bounded by:
left
,left
+width
,bottom
,bottom
+height
- (left, right, bottom and top edges)
bottom
, width
, height
, and left
can be either scalars
or sequences
Parameters: | bottom : scalar or array-like
width : scalar or array-like
height : sequence of scalars, optional, default: 0.8
left : sequence of scalars
|
---|---|
Returns: |
|
Other Parameters: | |
color : scalar or array-like, optional
edgecolor : scalar or array-like, optional
linewidth : scalar or array-like, optional, default: None
tick_label : string or array-like, optional, default: None
xerr : scalar or array-like, optional, default: None
yerr : scalar or array-like, optional, default: None
ecolor : scalar or array-like, optional, default: None
capsize : scalar, optional
error_kw :
align : [‘edge’ | ‘center’], optional, default: ‘edge’
log : boolean, optional, default: False
|
See also
bar
Notes
The optional arguments color
, edgecolor
, linewidth
,
xerr
, and yerr
can be either scalars or sequences of
length equal to the number of bars. This enables you to use
bar as the basis for stacked bar charts, or candlestick plots.
Detail: xerr
and yerr
are passed directly to
errorbar()
, so they can also have shape 2xN for
independent specification of lower and upper errors.
Other optional kwargs:
Property Description agg_filter
unknown alpha
float or None animated
[True | False] antialiased
or aa[True | False] or None for default axes
an Axes
instancebottom_margin
unknown capstyle
[‘butt’ | ‘round’ | ‘projecting’] clip_box
a matplotlib.transforms.Bbox
instanceclip_on
[True | False] clip_path
[ ( Path
,Transform
) |Patch
| None ]color
matplotlib color spec contains
a callable function edgecolor
or ecmpl color spec, None, ‘none’, or ‘auto’ facecolor
or fcmpl color spec, or None for default, or ‘none’ for no color figure
a matplotlib.figure.Figure
instancefill
[True | False] gid
an id string hatch
[‘/’ | ‘\’ | ‘|’ | ‘-‘ | ‘+’ | ‘x’ | ‘o’ | ‘O’ | ‘.’ | ‘*’] joinstyle
[‘miter’ | ‘round’ | ‘bevel’] label
string or anything printable with ‘%s’ conversion. left_margin
unknown linestyle
or ls[‘solid’ | ‘dashed’, ‘dashdot’, ‘dotted’ | (offset, on-off-dash-seq) | '-'
|'--'
|'-.'
|':'
|'None'
|' '
|''
]linewidth
or lwfloat or None for default margins
unknown path_effects
unknown picker
[None|float|boolean|callable] rasterized
[True | False | None] right_margin
unknown sketch_params
unknown snap
unknown top_margin
unknown transform
Transform
instanceurl
a url string visible
[True | False] zorder
any number