Not sure, but do you just mean:
Point-specific colors with scatter
scatter([0,1,1,0],[0,0,1,1],10,‘y’,edgecolor=‘y’)
Gives yellow points with size 10 color yellow.
Mark
Not sure, but do you just mean:
Point-specific colors with scatter
scatter([0,1,1,0],[0,0,1,1],10,‘y’,edgecolor=‘y’)
Gives yellow points with size 10 color yellow.
Mark