Plots... too close dots in :dot linestyle?

Any updates on dot-distance in Plots? I’m using the latest version of Plots, with the default backend (GR). The dot distance is so small that it almost looks like a solid line…
image

It doesn’t look like that to me, and by increasing the linewidth it seems clearer to me:

image

with:

julia> using Plots

julia> plot(sin; linestyle=:dot, linewidth=3)

On my Windows 11 laptop with 1920 x 1280 resolution:
image

1 Like