proc sgplot data=didi noautolegend;
title1 "Trial";
styleattrs datacolors=(grey grey grey) backcolor=wh wallcolor=gwh;
vbox IPtotal / category=type group=type;
run;
The above programming worked fine, but I would like to know the coding technique for
1. setting range for X-axis
I want to set a higher maximum.
2. changing color of the line
This programming produced 3 box plots in one graph.
I was able to change the color that fills the box plots to all grey.
But I would like to change the line color of the box plots to all black.
At the moment it came out in blue, green and red.
I didn't set it so I assume SAS has automatically done it.
If possible could you also please tell me, where to look at in the SAS guide for this kind of questions.
Thank you for your help in advance.
or STYLEATTRS
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
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.
Ready to level-up your skills? Choose your own adventure.