make all plotting modules future proof by accepting kwargs

This commit is contained in:
fordprefect
2020-12-17 10:38:30 +01:00
parent 43cb8b3ec9
commit e0d6508682
9 changed files with 9 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ corr = {"Chile": 10000,
"Turkey": 100000,
}
def plot(data, countries, pop):
def plot(data, countries, pop, **kwargs):
figsize = (10,5)
for loc in data: