move plots to own directory, catch all provided data

This commit is contained in:
fordprefect
2020-12-21 12:04:37 +01:00
parent e2bcf7329f
commit 62e6baf00a
10 changed files with 322 additions and 270 deletions

View File

@@ -36,4 +36,4 @@ def plot(data, countries, pop, **kwargs):
pp.grid(which="both", axis="y")
pp.tight_layout()
pp.savefig(name+".png")
pp.savefig("img/"+name+".png")