10000 Clean up quiver docstring + add simple quiver example by dstansby · Pull Request #7913 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Clean up quiver docstring + add simple quiver example #7913

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 29, 2017
Prev Previous commit
Next Next commit
Fix small typo in simple quiver demo
  • Loading branch information
dstansby committed Jan 22, 2017
commit 0e6b08ef6bfe7f1f41f2b9f27268fa321210340d
2 changes: 1 addition & 1 deletion examples/pylab_examples/quiver_simple_demo.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'''A simple example of a quiverplt, with a quiverkey.'''
'''A simple example of a quiver plot, with a quiverkey.'''
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no comma needed

import matplotlib.pyplot as plt
import numpy as np

Expand Down
0