- 积分
- 76
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-14
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 poxiao 于 2013-3-18 19:39 编辑
如题,如何才可以让图形画满绘图区呢,就是图中左右两个黑框的区域不要空白这么多,让图画满?代码如下。
'reinit'
'open E:\NWPweb\webapps\Source_Data\2013031700_3.ctl'
'set mpdset cnworld'
'set vpage 0 11 0 8.5'
'set parea 1 10.5 1 8'
'set lon 83 127'
'set lat 17 52'
'c'
'set grads off'
'set timelab off'
'set csmooth on'
'set datawarn off'
'set cmin 60'
'set rbcols 31 32 33 34 35 36 37 38 39 '
'set rbrange 60 100'
'set gxout shaded'
'd RHprs'
'set gxout barb'
'set ccolor 1'
'd UGRDprs*2.5;VGRDprs*2.5'
'set gxout contour'
'set ccolor 2'
'set cstyle 2'
'set cthick 6'
'd TMPprs-273.15'
'run cbarn 1 1 10.2 4.5'
'set font 2'
'draw title '%k%'hPa Wind-Temp-RH 20130317-00UTC '%m%'Hour Forecast'
'printim E:\NWPweb\webapps\jk\images\20130317\Wind_rh'%k%'_00z_'%m%h'.png x1000 y1000 white'
|
|