Tutorial markersize

using Makie

 x = 1:10
 y = 1:10
 sizevec = [s for s = 1:length(x)] ./ 10
 scene = scatter(x, y, markersize = sizevec)