Marker sizes + Marker colors



using AbstractPlotting

scatter(
    rand(20), rand(20),
    markersize = rand(20) ./20 .+ 0.02,
    color = rand(RGBf0, 20)
)