【sas notes】proc sgplot折线图


1 proc sgplot data=mysas.reportmms;
2     series x=date y=wangnei_max/group=city;
3     refline 5000000 6000000/axis=y;
4 run;

其中refline可以用来标出参考线 其参数有axis label transparency 

同样,该参考线也可以用在其他的sgplot图形中。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM