minor fix, add new plot to automatic generation
This commit is contained in:
@@ -10,7 +10,7 @@ import logging
|
||||
logging.getLogger().setLevel(logging.CRITICAL)
|
||||
import os
|
||||
|
||||
def plot(data, countries, pop, **kwargs):
|
||||
def plot(data, countries, pop, metadata, **kwargs):
|
||||
figsize = (10,5)
|
||||
|
||||
for loc in data:
|
||||
|
||||
Reference in New Issue
Block a user