Created
August 13, 2021 07:28
-
-
Save khdlr/13e14929e205e7c7365c8042eeaba97d to your computer and use it in GitHub Desktop.
How to get sane arrow plotting in matplotlib
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ax.quiver(x, y, dx, dy, | |
scale=1, scale_units='xy', angles='xy') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment