Function quiver_data

Source
pub fn quiver_data<I>(data: I) -> Quiver
where I: IntoIterator<Item = (f64, f64, f64, f64)>,
Expand description

Create a new Quiver with no options from a single iterator. The first two elements of each iterator item should be spatial coordinates and the last two should be vector components.