Custom Markershapes in Plots jl

I would like to use custom marker shapes (I hope to import them as SVG files) in scatterplots using Plots jl. How can I do this?

Which backend do you intend to use? The default, GR?

I mostly use pyplot or plotlyjs. But I am open to using whichever backend can help me with this.

The shapes I have to use are pretty simple. They are, in essence, circles with parallel arrows located at specific points on the circumference. Is there a way to perhaps create such shapes in plots?

For pyplot you will need to ask the matplotlib folks.

1 Like