Ignore:
Timestamp:
Apr 30, 2012, 11:23:18 AM (13 years ago)
Author:
aslmd
Message:

UTIL PYTHON: added maplatlon function, a user-friendly way to map fields and winds. a few cosmetic changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot.py

    r637 r638  
    566566                                key = False
    567567                            if metwind and mapmode == 1:   [vecx_frame,vecy_frame] = m.rotate_vector(vecx_frame, vecy_frame, lon2d, lat2d)
    568                             if var:       colorvec = definecolorvec(back)
    569                             else:         colorvec = definecolorvec(colorb)
     568                            if var:       colorvec = definecolorvec(colorb)
     569                            else:         colorvec = definecolorvec(back)
    570570                            vectorfield(vecx_frame, vecy_frame, x, y, stride=stride, csmooth=2,\
    571571                                             #scale=15., factor=300., color=colorvec, key=key)
Note: See TracChangeset for help on using the changeset viewer.