Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5eb1d0 + a93a9e3 commit 61bdcc3Copy full SHA for 61bdcc3
1 file changed
examples/pylab_examples/arrow_simple_demo.py
@@ -0,0 +1,5 @@
1
+import matplotlib.pyplot as plt
2
+
3
+ax = plt.axes()
4
+ax.arrow(0, 0, 0.5, 0.5, head_width=0.05, head_length=0.1, fc='k', ec='k')
5
+plt.show()
0 commit comments