move plots to own directory, catch all provided data
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user