Changeset 2573 in lmdz_wrf for trunk/tools
- Timestamp:
- May 31, 2019, 2:59:26 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/tools/drawing_tools.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r2571 r2573 10069 10069 m.drawparallels(parallels,labels=[False,True,True,False]) 10070 10070 10071 plt.xlabel('W-E')10072 plt.ylabel('S-N')10071 #plt.xlabel('W-E') 10072 #plt.ylabel('S-N') 10073 10073 else: 10074 10074 plt.xlabel(dimxT) … … 10079 10079 10080 10080 #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]]) 10082 10082 10083 10083 # units labels … … 10090 10090 color=coln2) 10091 10091 10092 plt.axis([x trms[0], xtrms[1], ytrms[0], ytrms[1]])10092 plt.axis([x.min(), x.max(), y.min(), y.max()]) 10093 10093 10094 10094 figname = '2Dfields_shadow-2contour'
Note: See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/LMDZ_WRF/chrome/site/your_project_logo.png)