- 积分
- 2791
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-5-10
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
大家好!我在使用虚页作图时,只有第一张图有地图,剩下的两张图都没出现地图,如下图:
下面是gs文件内容:
'reinit'
'open G:\01.ctl'
'open G:\02.ctl'
'open G:\03.ctl'
'enable print slp1.gmf'
'set lat 15 30'
'set lon 114 136'
'set xlopts 1 4 0.14'
'set xlint 5'
'set ylopts 1 4 0.14'
'set ylint 3'
'set grid off'
'set grads off'
'set mpdset cnworld'
'set map 1 1 6'
'set parea 0.75 3.93 2.93 5.66'
'set xlopts 1 4 0.14'
'set xlint 5'
'set ylopts 1 4 0.14'
'set ylint 3'
'set time 09Z24AUG2012'
'set gxout contour'
'set ccolor 1'
'set cmax 1000'
'set cint 2.5'
'd slp'
'set string 1 tl 6 0'
'set strsiz 0.20 0.20'
'draw string 0.74 5.98 (a)'
'print'
'set parea 4.12 7.30 2.93 5.66'
'set xlopts 1 4 0.14'
'set xlint 5'
'set ylopts 1 4 0'
'set ylint 3'
'set time 09Z24AUG2012'
'set gxout stream'
'set ccolor 1'
'set cmax 1000'
'set cint 2.5'
'd slp.2'
'set string 1 tl 6 0'
'set strsiz 0.20 0.20'
'draw string 4.10 5.98 (b)'
'print'
'set parea 7.49 10.67 2.93 5.66'
'set xlopts 1 4 0.14'
'set xlint 5'
'set ylopts 1 4 0'
'set ylint 3'
'set time 09Z24AUG2012'
'set gxout contour'
'set ccolor 1'
'set cmax 1000'
'set cint 2.5'
'd slp.3'
'set string 1 tl 6 0'
'set strsiz 0.20 0.20'
'draw string 7.48 5.98 (c)'
'print'
'disable print'
'reinit'
请问该如何设置才能使剩下两张图都显示地图呢?谢谢~
|
|