%matplotlib inline
import numpy as np import matplotlib.pyplot as plt plt.scatter(np.random.rand(100), np.random.rand(100))
<matplotlib.collections.PathCollection at 0x10896d1d0>