I have the following code:
plt.scatter(moving_avg_temp.chicagoMA, moving_avg_temp.globalMA) plt.title(\'Correlation between Chicago & Global 5 Year MA\')