Ignore:
Timestamp:
Jul 27, 2011, 11:51:02 AM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: bug fix in graphical python routines. now winds.py working quite well, powerful script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE_DEV/PLOT/PYTHON/scripts/winds.py

    r241 r243  
    9393    error = False
    9494    if itstep is None and numplot > 0: itstep = int(24./numplot)
    95     else:                              itstep = 1
     95    elif numplot <= 0:                 itstep = 1
    9696    while error is False:
    9797
     
    155155                   pcolor( x, y, what_I_plot, cmap = palette, \
    156156                           vmin=zevmin, vmax=zevmax )
    157                if colorb != 'nobar' or var == 'HGT':             
     157               if colorb != 'nobar' and var != 'HGT':             
    158158                         ndiv = 10
    159159                         colorbar(fraction=0.05,pad=0.1,format=fmtvar(fvar),\
Note: See TracChangeset for help on using the changeset viewer.