layout | title | nav_order | has_children | parent | grand_parent | has_toc |
---|---|---|---|---|---|---|
default |
Quiver |
1 |
false |
Vector Fields |
Examples |
false |
quiver(x, y, u, v);
See result
More examples:
All these subcategories depend on the vectors
object type. In a two-dimensional plot, for each value of and
with the position of a vector, it also requires the value of
and
indicating its direction and magnitude. In a three-dimensional plot, the direction and magnitude are defined by
,
, and
.
A quiver plot (or velocity plot) shows a grid of vectors whose direction and magnitude are scaled to prevent the overlap between vectors in subsequent quads.