A Temporary Test Notebook#

import numpy as np
import matplotlib.pyplot as plt
x = np.random.randn(100)
y = np.random.randn(100) + x
plt.scatter(x, y)
<matplotlib.collections.PathCollection at 0x7fb7eed61040>
../_images/a8cb3e52c566c13e49077be4763949946cb7234171aa0acef4a8f9ae1b2dbaa2.png