stop archiving (upstream has), cut boundaries for countries

This commit is contained in:
fordprefect
2022-05-02 10:20:38 +02:00
parent c0a4f88312
commit e749c21cc0
2 changed files with 11 additions and 11 deletions

View File

@@ -11,15 +11,15 @@ warnings.filterwarnings("ignore", category=UserWarning)
basename="all_"
# manual y adjustments for new cases
corr = {"Chile": 10000,
corr = {#"Chile": 10000,
"China": 4000,
"Ecuador": 3000,
"Kazakhstan": 5000,
"Kyrgyzstan": 2200,
"Peru": 15000,
"Bolivia": 3000,
#"Bolivia": 3000,
"Yemen": 220,
"Spain": 40000,
#"Spain": 40000,
}
def plot(data, countries, pop, metadata={}, **kwargs):