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

@@ -22,4 +22,4 @@ def plot(data, countries, pop, **kwargs):
pp.legend(frameon=False)
pp.tight_layout()
pp.savefig(name+".png")
pp.savefig("img/"+name+".png")