move plots to own directory, catch all provided data
This commit is contained in:
@@ -24,4 +24,4 @@ def plot(data, countries, pop, **kwargs):
|
||||
pp.legend(frameon=False)
|
||||
pp.tight_layout()
|
||||
|
||||
pp.savefig(name+".png")
|
||||
pp.savefig("img/"+name+".png")
|
||||
|
||||
Reference in New Issue
Block a user