SAS中文论坛
标题:
使用gplot绘图,当device=actximg时,annotate内容的显示
[打印本页]
作者:
shiyiming
时间:
2010-3-31 09:36
标题:
使用gplot绘图,当device=actximg时,annotate内容的显示
为了在word文档中显示图的中文,我们使用下列设置:
goptions nodisplay gunit=cm noborder colors=(black red ligr green vligb blue) ctext=black
ftitle=swiss ftext=swiss htitle=0.3 htext=.3 hsize=20.0cm vsize=15.0cm device=actximg NOERASE ;
AXIS1 minor=none order=( &f3. to &f4. by 1) label=(j=c font=swissl h=0.5 "&&xlab_&lang.");
AXIS2 minor=none order=(&f1. to &f2. by &step.) label=(j=c font=swissl h=0.5 angle=90 "&&ylab_&lang.");
同时,在gplot过程中需要绘制连线图和annotate data的数据:
proc gplot data=temp;
plot y*x/anno=ano overlay haxis=axis1 vaxis=axis2 noframe;
format x xf.;
run;quit;
程序运行后,在doc文件中只出现plot y*x的内容,但anno=ano的内容无法显示。
但当我把device设置为win时,是可以显示annotate的内容的。
不知为何在actximg设置下不能显示?
请高手解答。
作者:
shiyiming
时间:
2010-4-20 10:15
标题:
Re: 使用gplot绘图,当device=actximg时,annotate内容的显示
没有人会吗?自己顶!
欢迎光临 SAS中文论坛 (http://www.mysas.net/forum/)
Powered by Discuz! X3.2