Skip to content

Instantly share code, notes, and snippets.

@khdlr
Created August 13, 2021 07:28
Show Gist options
  • Save khdlr/13e14929e205e7c7365c8042eeaba97d to your computer and use it in GitHub Desktop.
Save khdlr/13e14929e205e7c7365c8042eeaba97d to your computer and use it in GitHub Desktop.
How to get sane arrow plotting in matplotlib
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