python_codes.plot_functions.plot_arrow#
- plot_arrow(ax, start, end, arrowprops)[source]#
Plot an arrow using matplotlib
FancyArrowPatch
. Note that it can plot dashed arrows without having an ugly head depending on type argument, following https://stackoverflow.com/questions/47180328/pyplot-dotted-line-with-fancyarrowpatch.- Parameters
- Return type
Return nothing, only plot the arrow