Note
Click here to download the full example code
Quiver Simple Demo¶
A simple example of a quiver
plot with a quiverkey
.
For more advanced options refer to Advanced quiver and quiverkey functions.

References¶
The use of the following functions and methods is shown in this example:
import matplotlib
matplotlib.axes.Axes.quiver
matplotlib.pyplot.quiver
matplotlib.axes.Axes.quiverkey
matplotlib.pyplot.quiverkey
Out:
<function quiverkey at 0x7f154d0cd040>
Keywords: matplotlib code example, codex, python plot, pyplot Gallery generated by Sphinx-Gallery