- 积分
- 2282
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-3-26
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如图,色标为-10 到 70 ,但这为降水资料所画分布图,负数明显不合理,所以需要将负数去掉,直接从0开始绘图
,请问可以用什么命令,下图为所使用的gs,另外在图中华南地区有明显的格点虚线,能否去掉?
'reinit'
'open d:\rainfall\grid.ctl'
'open d:\rainfall\stadnpj.ctl'
'set lon 70 140'
'set lat 15 55'
'set grads off'
'set mpdset hires'
'define rgird=oacres(g,rain.2)'
'set gxout shaded'
'set rgb 21 233 234 246'
'set rgb 22 210 211 223'
'set rgb 23 187 188 200'
'set rgb 24 164 165 177'
'set rgb 25 141 142 154'
'set rgb 26 118 119 131'
'set rgb 27 95 96 108'
'set rgb 28 72 73 85'
'set rgb 29 49 50 62'
'set rgb 30 26 27 39'
'set rbcols 21 22 23 24 25 26 27 28 29 30'
'd rgird'
'set gxout contour'
'set clab off'
'cnbasemap rgird'
'cbarn'
'printim d:\rainfall\finally2.png white'
;
|
|