由买买提看人间百态

topics

全部话题 - 话题: sgpanel
(共0页)
S********a
发帖数: 359
1
来自主题: Statistics版 - 【包子】SAS sgpanel graph问题
我想改进下面的图,需要1.X轴的单位已经是从1999到2005,我加了个minor,把每年分成12个小格,现在我想把每个小格都加个数字,从1到12代表月份,怎么做呢?
2.把整个图水平方向变宽,用hsize, vsize? 怎么写才对呢?谢谢
ods pdf file="C:\graph\pm0vsdate.pdf";
proc sgpanel data=test ;
format selected_monitor $monitor.;
panelby selected_monitor/columns=1 rows=4 ;
series x=date y=pm0 / ;
colaxis grid minor ;
rowaxis label="PM2.5 at Each Day" ;
run;
ods pdf close;
p**5
发帖数: 2544
2
Publisher: SAS Institute; 5 edition (November 7, 2012)
Language: English
ISBN-10: 1612903436
ISBN-13: 978-1612903439
The fifth edition has been completely updated to reflect the new default
output introduced with SAS 9.3. In addition, there is a now a full chapter
devoted to ODS Graphics including the SGPLOT and SGPANEL procedures. Other
changes include expanded coverage of linguistic sorting and a new section on
concatenating macro variables with other text.
p**5
发帖数: 2544
3
Publisher: SAS Institute; 5 edition (November 7, 2012)
Language: English
ISBN-10: 1612903436
ISBN-13: 978-1612903439
The fifth edition has been completely updated to reflect the new default
output introduced with SAS 9.3. In addition, there is a now a full chapter
devoted to ODS Graphics including the SGPLOT and SGPANEL procedures. Other
changes include expanded coverage of linguistic sorting and a new section on
concatenating macro variables with other text.
z**********i
发帖数: 12276
4
来自主题: Statistics版 - sas问题求助
我用proc sgpanel做了这样一个图(见附件),我想在图上加上一点数据的信息,比如
n,median什
么的,找个半天,不知道怎么弄,请大家指点。
d*******o
发帖数: 493
5
来自主题: Statistics版 - 请教一个SAS画图问题
proc sgpanel
(共0页)