- 积分
- 12984
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-3-31
- 最后登录
- 1970-1-1
|
发表于 2016-3-14 10:16:22
|
显示全部楼层
本帖最后由 cjjj 于 2016-3-14 10:54 编辑
按照链接里的方法改 代码如下“ pltres = True
pltres@NoTitles = True ;去掉左上角标题说明
pltres@CommonTitle = False ;去掉顶部标题说明
mpres = True
mpres@mpGeophysicalLineColor = "Black"
mpres@mpNationalLineColor = "Black"
mpres@mpUSStateLineColor = "Black"
mpres@mpGridLineColor = "Black"
mpres@mpLimbLineColor = "Black"
mpres@mpPerimLineColor = "Black"
mpres@mpDataBaseVersion = "MediumRes"
mpres@mpDataSetName = "Earth..4"
mpres@mpOutlineSpecifiers =(/"China:states"/)
mpres@mpGridAndLimbOn = False
;---Zoom in on map, which we can do because we're using lat/lon coordinates.
mpres@mpLeftCornerLatF = 27.
mpres@mpRightCornerLatF = 37.
mpres@mpLeftCornerLonF = 110.
mpres@mpRightCornerLonF = 125.” 纬度按照指定的了 但是经度不对(是110~123) 求解答~
|
|