Ignore:
Timestamp:
Jul 20, 2011, 5:49:17 PM (14 years ago)
Author:
aslmd
Message:

MESOSCALE: small adjustments to graphical plots routines, including additional maps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib/myplot.py

    r237 r238  
    400400    if char in ["cyl","lcc","merc","nsper","laea"]:   step = findstep(wlon)
    401401    else:                                             step = 10.
     402    steplon = step*2.
     403    #if back in ["geolocal"]:                         
     404    #    step = np.min([5.,step])
     405    #    steplon = step
    402406    print step
    403     m.drawmeridians(np.r_[-180.:180.:step*2.], labels=[0,0,0,1], color='grey', fontsize=fontsizemer)
     407    m.drawmeridians(np.r_[-180.:180.:steplon], labels=[0,0,0,1], color='grey', fontsize=fontsizemer)
    404408    m.drawparallels(np.r_[-90.:90.:step], labels=[1,0,0,0], color='grey', fontsize=fontsizemer)
    405409    if back: m.warpimage(marsmap(back),scale=0.75)
     
    494498             "HFX":          "RdYlBu",\
    495499             "ICETOT":       "YlGnBu",\
    496              "TAU_ICE":      "YlGnBu",\
     500             "TAU_ICE":      "Blues",\
    497501                     }
    498502    if whichone not in whichcolorb:
     
    535539                "mola":        domain+"mars-mola-2k.jpg",\
    536540                "molabw":      domain+"MarsElevation_2500x1250.jpg",\
     541                "clouds":      "http://www.johnstonsarchive.net/spaceart/marswcloudmap.jpg",\
     542                "jupiter":     "http://www.mmedia.is/~bjj/data/jupiter_css/jupiter_css.jpg",\
     543                "jupiter_voy": "http://www.mmedia.is/~bjj/data/jupiter/jupiter_vgr2.jpg",\
    537544                        }
     545        ### see http://www.mmedia.is/~bjj/planetary_maps.html
    538546        if whichone not in whichlink:
    539547                print "marsmap: choice not defined... you'll get the default one... "
Note: See TracChangeset for help on using the changeset viewer.