You are reading an old version of the documentation (v2.1.2). For the latest version see https://matplotlib.org/stable/gallery/text_labels_and_annotations/arrow_simple_demo.html
Version 2.1.2
matplotlib
Fork me on GitHub


Travis-CI:

Related Topics

This Page

Arrow Simple DemoΒΆ

../../_images/sphx_glr_arrow_simple_demo_001.png
import matplotlib.pyplot as plt

ax = plt.axes()
ax.arrow(0, 0, 0.5, 0.5, head_width=0.05, head_length=0.1, fc='k', ec='k')
plt.show()

Total running time of the script: ( 0 minutes 0.022 seconds)

Gallery generated by Sphinx-Gallery