标题: 请教关于sgplot作图的问题 [打印本页] 作者: shiyiming 时间: 2011-6-8 00:02 标题: 请教关于sgplot作图的问题 请教一下,sas sgplot作图中的关于 坐标轴两侧空间调整的语句 [color=#0080BF:2ymr11xw]xaxis[/color:2ymr11xw] offsetmin=<value> offsetmax=<value>;适用于哪个版本的SAS啊,我的SAS是9.2的,为什么使用时候还是显示语法错误,而明明有文章中的例子明确使用了这种语句,可是我使用的版本就是报错,如果这个语句不适用,那在sgplot过程步(不使用GTL语言的)里如何调成x轴坐标离两端的位置呢?作者: shiyiming 时间: 2011-6-8 00:48 标题: Re: 请教关于sgplot作图的问题 that works on at least 9.2 phase 2
probably using format combining with MIN=MAX= can hide some tick values but...作者: shiyiming 时间: 2011-6-9 22:02 标题: Re: 请教关于sgplot作图的问题 thank you for your response, i gived up using sgplot to do that thing, but compromise to use GTL in graph stuff. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->作者: shiyiming 时间: 2011-6-10 12:30 标题: Re: 请教关于sgplot作图的问题 我也发现了这个问题,原来是版本不够高啊。