This page contains examples
illustrating vector plots.
These examples all use ploticus's
proc vector.
Example 1
vector1
A vector plot with proc scatterplot invoked to display red dots
and labels.
Example 2
vector2
A vector plot where direction is the main feature.
Example 3
vector3
Direction and color can be controlled by data fields.
The legend structure is used to map data values to colors.
Example 4
vector4
Color, dashing, and line thickness can be controlled directly from data fields
(version 2.20+)
Example 5
vecbars
Proc vector can generate arbitrary-direction error bars and T bars
(version 2.21+)
Example 6
windbarbs
Wind barbs example.
|