lava / matplotlib-cpp

Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
MIT License
4.27k stars 1.12k forks source link

make length_includes_head available for arrow #346

Open guntern opened 1 year ago

guntern commented 1 year ago

I really appreciate the work of this library and really like using it.

I started to draw arrows, but noticed that I cannot easily draw them from start to finish. Looking whether this is an issue with matplotlib or matplotlibcpp I came across https://github.com/matplotlib/matplotlib/issues/12768. And it appears that there is a suitable option in matplotlib, which is not accessible in matplotlibcpp: length_includes_head

Could this option made available in matplotlibcpp? Maybe one could implement the kwargs as it is for the plot function itself.