using AbstractPlotting x = 1:10 y = 1:10 sizevec = x ./ 10 scene = scatter(x, y, markersize = sizevec)