make all plotting modules future proof by accepting kwargs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user