In [ ]:
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
Learn how to use Matplotlib's plt.scatter function to make a 2d scatter plot.
np.random.randn.
In [ ]:
Learn how to use Matplotlib's plt.hist function to make a 1d histogram.
np.random.randn.
In [ ]: