【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