pub fn quiver_data<I>(data: I) -> Quiverwhere I: IntoIterator<Item = (f64, f64, f64, f64)>,
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.
Quiver