Function four_bar::plot::plot2d::area2d

source ·
pub fn area2d<'a, I>(pts: I, area: (u32, u32)) -> [Range<f64>; 2]where
    I: IntoIterator<Item = &'a [f64; 2]>,
Available on crate feature plot only.
Expand description

Get the 1:1 bounding box of the data, ignore the labels.