minor fix, add new plot to automatic generation

This commit is contained in:
fordprefect
2020-12-22 10:32:32 +01:00
parent b15718ec88
commit bdf570c6b1
2 changed files with 2 additions and 1 deletions

View File

@@ -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: