Changeset 2571 in lmdz_wrf
- Timestamp:
- May 31, 2019, 5:17:53 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2550 r2571 5224 5224 5225 5225 #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()]) 5227 5227 5228 5228 # units labels … … 10089 10089 mincntS2 + ', ' + maxcntS2 + ']', xy=(0.55,0.04), xycoords='figure fraction', \ 10090 10090 color=coln2) 10091 10092 plt.axis([xtrms[0], xtrms[1], ytrms[0], ytrms[1]]) 10091 10093 10092 10094 figname = '2Dfields_shadow-2contour'
Note: See TracChangeset
for help on using the changeset viewer.