scatter([1,2,3], [2,4,5], s=1, facecolor="0.5", lw = 0)
This sets the markersize to 1 (s=1), the facecolor to gray (facecolor=”0.5″), and the linewidth to 0 (lw=0).
scatter([1,2,3], [2,4,5], s=1, facecolor="0.5", lw = 0)
This sets the markersize to 1 (s=1), the facecolor to gray (facecolor=”0.5″), and the linewidth to 0 (lw=0).