pub fn area2d<'a, I>(pts: I, area: (u32, u32)) -> [Range<f64>; 2]where I: IntoIterator<Item = &'a [f64; 2]>,
plot
Get the 1:1 bounding box of the data, ignore the labels.