- 积分
 - 6003
 
	- 贡献
 -  
 
	- 精华
 
	- 在线时间
 -  小时
 
	- 注册时间
 - 2011-9-1
 
	- 最后登录
 - 1970-1-1
 
 
 
 
 
 
 | 
	
 
 
发表于 2014-2-28 17:14:29
|
显示全部楼层
 
 
 
请问楼主怎样能调整图与图之间的间距啊,你看我这个图横着两幅图间距好大
 
 
我的gs:'reinit' 
'open con-d02.ctl' 
 
'enable print test.gmf' 
rc = gsfallow("on") 
nrows=2 
ncols=2 
args=nrows%' '%ncols 
panels(args) 
p = 1 
ptot = nrows * ncols 
while (p <= ptot) 
    _vpg.p 
'set parea 1 11 1 8' 
*'set mproj scaled' 
'set grads off' 
'set grid off' 
'set mpdset hires cnworld' 
'set map 15 1 6' 
'set lat 18 40' 
'set lon 98 126' 
'set xlint 5' 
'set ylint 5' 
'set xlopts 1 10 0.25' 
'set ylopts 1 10 0.25' 
'set font 1' 
'set gxout shaded' 
'D:\study\grads-i\12-color.gs' 
'set clevs 0 5 10 15 20 25 30' 
'set ccols 0 22 24 26 28 30 32 33' 
t1=(p-1)*6+1 
t2=p*6+1 
'set t 't1 
'define rain1=rainc+rainnc' 
'set t 't2 
'define rain2=rainc+rainnc' 
'd smth9(rain2-rain1)' 
'basemap O 0 15' 
   p = p + 1 
endwhile 
'set vpage off' 
'printim con-d02-2700-2706.png  x1600 y1600 white'     
'print' 
'disable print'                                                              
; |   
 
 
 
 |