SGplot画图样例

*Grouping a Scatter Plot; proc sgplot data=sashelp.class; scatter x=height y=weight / group=sex; run; *Plotting Three Series; proc sgplot data=sashelp.stocks (where=(date >= "01jan2000"d and stock
相关文章
相关标签/搜索