pub fn barh<Y, W>(y: Y, w: W) -> BarHwhere Y: IntoIterator<Item = f64>, W: IntoIterator<Item = f64>,
Create a new BarH with no options.
BarH