Open cal-miller-harvard opened 4 years ago
related issue https://github.com/JuliaPlots/Plots.jl/issues/2842.
When this is implemented the call should look like
plot( [(0,0), (1,1)], arrow = arrow(0.2, 0.2))
The current documentation says that you can pass headwidth and headlength to arrows
, but this has no effect on the quiver
plot https://docs.juliaplots.org/latest/api/#Plots.arrow-Tuple.
It would be nice if it were possible to change the arrowhead size in quiver plots.
This issue is discussed on the forum here: https://discourse.julialang.org/t/plots-jl-arrows-style-in-quiver/13659