matplotlib::commands

Function quiver

source
pub fn quiver<X, Y, VX, VY>(x: X, y: Y, vx: VX, vy: VY) -> Quiver
where X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>, VX: IntoIterator<Item = f64>, VY: IntoIterator<Item = f64>,
Expand description

Create a new Quiver with no options.