>>> import matplotlib.pyplot as plt >>> plt.arrow([], [], [], []) matplotlib/axes/_axes.py", line 5509, in arrow a = mpatches.FancyArrow(x, y, dx, dy, **kwargs ...