Marker sizes

using Makie

 scatter(rand(20), rand(20), markersize = rand(20)./20, color = to_colormap(:Spectral, 20))