JuliaPlots / Plots.jl

Powerful convenience for Julia visualizations and data analysis
https://docs.juliaplots.org
Other
1.84k stars 355 forks source link

[FR] Allow arrow styling in quiver plots #2897

Open cal-miller-harvard opened 4 years ago

cal-miller-harvard commented 4 years ago

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

BeastyBlacksmith commented 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))
jpfairbanks commented 7 months ago

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.