matplotlib::commands

Function hist2d_pairs

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

Create a new Hist2d with no options from a single iterator.