Make bar plots with automatically computed error bars.
Candlestick plot (multiple interleaved barplots) can be done, by calling this function multiple time with appropriatly modified offset argument.
Parameters : | data : array (nbars x nobservations) or other sequence type
labels : list or None
title : str
ylim : 2-tuple
ylabel : str
width : float
offset : float
color : matplotlib color spec
distance : float
yerr : {‘ste’, ‘std’, None}
xloc : sequence
**kwargs :
|
---|