Curved arrow using Makie.jl

Ok, thanks! That’s neat for straight lines!

It would be a nice feature to be able to do it with curved lines in Makie:

using Plots
plot(sin, 0:0.01:7, arrow = true)

Which yields: