- 积分
- 9845
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-5-31
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请问大神们。。。如果我想在图中方框添加''(a)'',并且使填色为白色,该如何设置命令语句!
程序如下:
'reinit'
'open E:\data\necp_ncar\grd\uwnd\uwnd.ctl'
'enable print e:\ssw\u-t-lev.gmf'
************************u wind
'set grads off'
'set grid off'
'set parea 2.5 6.5 4 7'
'set xlopts 1 4 0.12'
'set ylopts 1 4 0.12'
'set ylevs 500 300 150 100 50 30 20 10'
'set zlog on'
'set xlab on'
'set lev 500 10'
'set lat 65'
'set time 1dec2008 5mar2009'
'define b=ave(uwnd,lon=0,lon=360,-b)'
'set lon 10'
'set gxout contour'
'set ccolor 1'
'set cthick 4'
*'d smth9(b)'
'd b'
'set clevs 0'
'set cthick 8'
'set ccolor 1'
*'d smth9(b)'
'd b'
'print'
********
*'set ccolor 1'
'draw recf 2.59 6.70 2.95 6.97'
'set string 0 bl'
'set strsiz 0.15'
x1=2.6;y1=6.80
'draw string 'x1' 'y1' `1(a)'
********draw line
'set line 1 2 6'
'draw line 4.78 4 4.78 7'
'print'
'disable print'
;
|
-
想要达到的图形效果
-
我绘制的图形
|