Changeset 2430 for TOOLS


Ignore:
Timestamp:
03/03/15 12:31:08 (9 years ago)
Author:
labetoulle
Message:

Use project name instead of 'GENCMIP6' in plot titles

Location:
TOOLS/ConsoGENCMIP6/bin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/ConsoGENCMIP6/bin/plot_bilan.py

    r2427 r2430  
    407407                         "{}_{}.pdf".format(img_name, today)) 
    408408 
    409   plot_save(img_in, img_out, "Conso GENCMIP6") 
     409  plot_save(img_in, img_out, title) 
    410410 
    411411  # ... Publish figure on dods ... 
  • TOOLS/ConsoGENCMIP6/bin/plot_login.py

    r2428 r2430  
    260260                         "{}_{}.pdf".format(img_name, today)) 
    261261 
    262   plot_save(img_in, img_out, "Conso GENCMIP6 par login") 
     262  plot_save(img_in, img_out, title) 
    263263 
    264264  # ... Publish figure on dods ... 
  • TOOLS/ConsoGENCMIP6/bin/plot_store.py

    r2428 r2430  
    294294                         "{}_{}.pdf".format(img_name, today)) 
    295295 
    296   plot_save(img_in, img_out, "Occupation GENCMIP6 sur STORE par login") 
     296  plot_save(img_in, img_out, title) 
    297297 
    298298  # ... Publish figure on dods ... 
Note: See TracChangeset for help on using the changeset viewer.