PyPlot: Individually-colored points possible?

If you’re dead-set on using PyPlot, then i think you can pass a list of (r,g,b,a) tuples for the colors to scatter. But really you should be using Plots :wink: