PyPlot: how to plot up-down arrows in a figure?

Maybe this example will get you started:

https://gist.github.com/gizmaa/7214002#plot-annotation

Not sure directly with PyPlot, but if you use Plots.jl with PyPlot as the backend, you can use a scatter plot as set the markers. The details for how to do this stuff is shown here:

https://juliaplots.github.io/examples/pyplot/

thanks very much!

------------------ 原始邮件 ------------------