'''
    Author:
    

Day 19 Classwork - Problem #1

    We want to answer the following question:
    Considering only their magnitudes, how do the earthquakes between
    California and Alaska compare?

    To answer this question show two line plots, with the magnitudes
    for earthquakes in each state, in a single window.
'''

import matplotlib.pyplot as plt
import earthquakes

quake_list = earthquakes.get_report("day","all")