Changeset 2571 in lmdz_wrf


Ignore:
Timestamp:
May 31, 2019, 5:17:53 AM (6 years ago)
Author:
lfita
Message:

Fixing some basic plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/drawing_tools.py

    r2550 r2571  
    52245224
    52255225    #set the limits of the plot to the limits of the data
    5226     plt.axis([x[0,0], x[0,x.shape[1]-1], y[0,0], y[y.shape[0]-1,0]])
     5226    plt.axis([x.min(), x.max(), y.min(), y.max()])
    52275227
    52285228# units labels
     
    1008910089      mincntS2 + ', ' + maxcntS2 + ']', xy=(0.55,0.04), xycoords='figure fraction',  \
    1009010090      color=coln2)
     10091
     10092    plt.axis([xtrms[0], xtrms[1], ytrms[0], ytrms[1]])
    1009110093
    1009210094    figname = '2Dfields_shadow-2contour'
Note: See TracChangeset for help on using the changeset viewer.