This is a thing now

import matplotlib.pyplot as plt
a = [1,2,3,4,5,6,7,8,9,10]
b = [4,7,8,2,1,1,7,9,2,3]
plt.scatter(a,b)
<matplotlib.collections.PathCollection at 0x7f20e00bb280>

png