stat157 / recent-quakes

Stat 157 Homework 2 due on Monday 2013-10-21 at 11:59pm
0 stars 20 forks source link

Group 10 Reproducibility Issues #27

Open joyyqchen opened 10 years ago

joyyqchen commented 10 years ago

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)
lauraccunningham commented 10 years ago

Ditto! - Group 02