The PLplot Plotting Library: Programmer's Reference Manual | ||
---|---|---|
Prev | Chapter 22. The Specialized Fortran 77 API for PLplot | Next |
plvec0
: Vector plot, identity mapping for Fortran 77
Draws a vector plot of the data in
(u
[nx
][ny
], v
[nx
][ny
]).
|
NOTE: this function is intended for use from a Fortran 77 caller only.
The C user should instead call plvect
using the built-in
transformation function pltr0
for the same
capability.