Changeset 243 for trunk/MESOSCALE_DEV/PLOT
- Timestamp:
- Jul 27, 2011, 11:51:02 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE_DEV/PLOT/PYTHON/scripts/winds.py
r241 r243 93 93 error = False 94 94 if itstep is None and numplot > 0: itstep = int(24./numplot) 95 el se:itstep = 195 elif numplot <= 0: itstep = 1 96 96 while error is False: 97 97 … … 155 155 pcolor( x, y, what_I_plot, cmap = palette, \ 156 156 vmin=zevmin, vmax=zevmax ) 157 if colorb != 'nobar' or var == 'HGT':157 if colorb != 'nobar' and var != 'HGT': 158 158 ndiv = 10 159 159 colorbar(fraction=0.05,pad=0.1,format=fmtvar(fvar),\
Note: See TracChangeset
for help on using the changeset viewer.