Changeset 486 in lmdz_wrf for trunk/tools
- Timestamp:
- Jun 12, 2015, 12:00:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/drawing_tools.py
r485 r486 4024 4024 plt.ylabel(variables_values(dimn[0])[0] + ' (' + units_lunits(dimyu) + ')') 4025 4025 4026 txpos = pretty_int(x.min(),x.max(), 10)4027 typos = pretty_int(y.min(),y.max(), 10)4026 txpos = pretty_int(x.min(),x.max(),5) 4027 typos = pretty_int(y.min(),y.max(),5) 4028 4028 txlabels = list(txpos) 4029 4029 for i in range(len(txlabels)): txlabels[i] = str(txlabels[i])
Note: See TracChangeset
for help on using the changeset viewer.