- 积分
- 2729
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-10-7
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如图,我想画小于-1的区域,然后打上灰色阴影,可是好像阴影图和等值线图不匹配,为什么会这样呢???
GS如下:是不是画shaded部分我哪里设置错了?
'set t 'i''
'set parea 1 10.5 0 8.5'
'set mpdset cnriver lowres'
'set map 1 1 4'
'set lon 0 360'
'set lat 10 80'
'set xlpos -20'
'set ylpos -20'
'set grid off'
'set grads off'
'set gxout shaded'
'set cint 0.10'
'set rgb 21 166 169 173'
'set rgb 22 255 255 255'
'set rbcols 21 22'
'set cmax -1.00'
'set cint 0.10'
'd tem.1'
'set gxout contour'
'set csmooth on'
'set ccolor 1'
'set clopts 1 5 0.12'
'set cint 0.2'
'set cmax -1.0'
'd tem.1'
'set gxout vector'
'set arrscl 0.4 10'
'd skip(u.2,2,2);skip(v.3,2,2)'
|
|