- 积分
- 100
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-6-4
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2014-10-13 14:11:11
|
显示全部楼层
流线图和地图的确是能叠加上了,但是接下来的contour语句全都失效了:
ant_map=map('Orthographic',limit=[20,100,40,125])
ant_map.save,figname
mc=mapcontinents(/countries,fill_color='beige')
mc.save,figname
rivers=mapcontinents(/rivers,color='blue')
rivers.save,figname
lev1=3.0+findgen(16)*0.4
color=140.+findgen(16)*5
c=contour(VOR[*,*,prs,it],lon,lat,C_value=lev1,/fill,/overplot,$
RGB_TABLE=39,c_color=color,C_LABEL_show =color*0)
c.save, figname
loadct,0
stream=streamline(U[*,*,prs,it],V[*,*,prs,it],lon,lat,/overplot,$
ARROW_SIZE=0.7,STREAMLINE_STEPSIZE=0.03,/device)
stream.save, figname
运行时直接跳过了所有的contour,但streamline很好的执行了,我查了一上午还是没找出修改的方法 |
|