Julia Plots circular marker with no fill (transparent inside)

It’s not supported by the default GR backend, see past discussion with workarounds and GitHub issue.

The easiest is to use another Plots.jl backend if that works for you. Or if you want to try Makie you can do something like scatter(data, color=:transparent, strokecolor=:blue, strokewidth=2).

2 Likes