BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Does anyone know how to put the values for the 25th, 50th, 75th percentiles inside the box plot?
I'm interested in putting the values on the 3 horizontal lines of the box.
If this is not possible then somewhere near the box is fine.
Thanks,
Jason

symbol1 interpol=BOXFT00 color=blue width=3 bwidth=2 value=circle cv=white height=1;
proc gplot data=dat;
plot datediff*c ;
1 REPLY 1
ChrisNZ
Tourmaline | Level 20
You'll have to create an annotate dataset for that:
1- calculate the percentiles
2- create the annotate dataset using XSYS and YSYS ='2'
3- plot

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 856 views
  • 0 likes
  • 2 in conversation