Changeset 398 in lmdz_wrf


Ignore:
Timestamp:
Apr 16, 2015, 6:57:43 PM (10 years ago)
Author:
lfita
Message:

Fixing an issue on the graph title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r396 r398  
    28682868          linewidth=3, label= obsname)
    28692869
    2870     plt.title(graphtit).replace('_','\_').replace('&','\&')
     2870    plt.title(graphtit.replace('_','\_').replace('&','\&'))
    28712871    plt.legend()
    28722872   
     
    30043004    cbar.set_label('height ($m$)')
    30053005
    3006     plt.title(graphtit).replace('_','\_').replace('&','\&')
     3006    plt.title(graphtit.replace('_','\_').replace('&','\&'))
    30073007   
    30083008    output_kind(kfig, figname, closeif)
Note: See TracChangeset for help on using the changeset viewer.