Guest User

Untitled

a guest
Sep 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. for c in countries_list:
  2. ax = emissions.loc[c].T.plot(kind='area', rot= 0, stacked=True)
  3. plt.title('Emissions of' + ' ' + c, fontsize='14', fontname="sans")
  4. plt.savefig('../plots/test.pdf', bbox_inches='tight')
  5.  
  6. “../plots/test” + “-“ + c + “.pdf”
Add Comment
Please, Sign In to add comment