small corrections

This commit is contained in:
fordprefect
2021-02-01 15:20:32 +01:00
parent 085a3853a8
commit db0c5c5b7c
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ corr = {"Chile": 10000,
"Bolivia": 3000,
"Yemen": 220,
"Turkey": 40000,
"Spain": 30000,
"Spain": 40000,
}
def plot(data, countries, pop, metadata={}, **kwargs):