''' Author: Day 19 Classwork - Problem #2 We want to answer the following question: Is there a relation between an earthquake's margnitude and its depth? In order to answer this question, show a scatter plot with the depth on the horizontal axis and the magnitude on the vertical axis. ''' import matplotlib.pyplot as plt import earthquakes quake_list = earthquakes.get_report("day","all")