Everything works except the code in the last cell ``` #For any other states CI=past_7days[past_7days['Src']=='ci'] box1 = {'llcrnrlon' : -130, 'llcrnrlat' :30, 'urcrnrlon' : -70., 'urcrnrlat' : 50} plot_quakes(CI, box1) ```
Everything works except the code in the last cell