matplotlib::commands

Function barh_pairs

source
pub fn barh_pairs<I>(data: I) -> BarH
where I: IntoIterator<Item = (f64, f64)>,
Expand description

Create a new BarH with options from a single iterator.