''' Author: Day 19 Homework - Problem #1 We want to answer the following question: Are earthquakes concentrated in any areas? To answer this question do a scatter plot that compares the coordinates for each earthquake. That is, a scatter plot between longitude and latitude. ''' import matplotlib.pyplot as plt import earthquakes quake_list = earthquakes.get_report("day","all")