matplotlib::commands

Function barh

source
pub fn barh<Y, W>(y: Y, w: W) -> BarH
where Y: IntoIterator<Item = f64>, W: IntoIterator<Item = f64>,
Expand description

Create a new BarH with no options.