Changeset 238 for trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib/myplot.py
- Timestamp:
- Jul 20, 2011, 5:49:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE_DEV/PLOT/PYTHON/mylib/myplot.py
r237 r238 400 400 if char in ["cyl","lcc","merc","nsper","laea"]: step = findstep(wlon) 401 401 else: step = 10. 402 steplon = step*2. 403 #if back in ["geolocal"]: 404 # step = np.min([5.,step]) 405 # steplon = step 402 406 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) 404 408 m.drawparallels(np.r_[-90.:90.:step], labels=[1,0,0,0], color='grey', fontsize=fontsizemer) 405 409 if back: m.warpimage(marsmap(back),scale=0.75) … … 494 498 "HFX": "RdYlBu",\ 495 499 "ICETOT": "YlGnBu",\ 496 "TAU_ICE": " YlGnBu",\500 "TAU_ICE": "Blues",\ 497 501 } 498 502 if whichone not in whichcolorb: … … 535 539 "mola": domain+"mars-mola-2k.jpg",\ 536 540 "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",\ 537 544 } 545 ### see http://www.mmedia.is/~bjj/planetary_maps.html 538 546 if whichone not in whichlink: 539 547 print "marsmap: choice not defined... you'll get the default one... "
Note: See TracChangeset
for help on using the changeset viewer.