new countries added to clip roster, exclude 'international' as it is meaningless now
This commit is contained in:
@@ -13,14 +13,18 @@ corr = {"Chile": 10000,
|
||||
"China": 4000,
|
||||
"Ecuador": 2500,
|
||||
"Kazakhstan": 5000,
|
||||
"Kyrgyztan": 2200,
|
||||
"Kyrgyzstan": 2200,
|
||||
"Peru": 10000,
|
||||
"Bolivia": 3000,
|
||||
"Yemen": 220,
|
||||
}
|
||||
|
||||
def plot(data, countries, pop):
|
||||
figsize = (10,5)
|
||||
|
||||
for loc in data:
|
||||
if loc == "International":
|
||||
continue
|
||||
name = basename+loc
|
||||
time, new_cases, new_deaths, total_cases, total_deaths = data[loc]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user