using LinearAlgebra using AbstractPlotting scatter( 1:10, 1:10, rand(10, 10) .* 10, rotations = normalize.(rand(Quaternionf0, 10*10)), markersize = 1, # can also be an array of images for each point # need to be the same size for best performance, though marker = AbstractPlotting.logo() )