BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello,
what is the equivalent for proc sgplot to the vrefline in the proc gplot ?
to quote an example :
proc sgplot data= sashelp.class;
scatter X= height Y= weight /group=sex;
run;
i want a vertical line for 55 and 70
what can i do to have these lines on my graph ?
thank you very much
2 REPLIES 2
Flip
Fluorite | Level 6
It looks like all you need is REFLINE with axis = X
deleted_user
Not applicable
thank you Flip

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1209 views
  • 0 likes
  • 2 in conversation