Changeset 2573 in lmdz_wrf for trunk/tools


Ignore:
Timestamp:
May 31, 2019, 2:59:26 PM (7 years ago)
Author:
lfita
Message:

Fixing `2Dfields_shadow-2contour'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2571 r2573  
    1006910069        m.drawparallels(parallels,labels=[False,True,True,False])
    1007010070
    10071         plt.xlabel('W-E')
    10072         plt.ylabel('S-N')
     10071        #plt.xlabel('W-E')
     10072        #plt.ylabel('S-N')
    1007310073    else:
    1007410074        plt.xlabel(dimxT)
     
    1007910079
    1008010080    #set the limits of the plot to the limits of the data
    10081     plt.axis([x[0,0], x[0,x.shape[1]-1], y[0,0], y[y.shape[0]-1,0]])
     10081    #plt.axis([x[0,0], x[0,x.shape[1]-1], y[0,0], y[y.shape[0]-1,0]])
    1008210082
    1008310083# units labels
     
    1009010090      color=coln2)
    1009110091
    10092     plt.axis([xtrms[0], xtrms[1], ytrms[0], ytrms[1]])
     10092    plt.axis([x.min(), x.max(), y.min(), y.max()])
    1009310093
    1009410094    figname = '2Dfields_shadow-2contour'
Note: See TracChangeset for help on using the changeset viewer.