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

【sas notes】proc sgplot折线图

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

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

相关文章:

  • 2018-07-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案