I am trying to change the color and thickness of axis from proc sgplot. It seems there is no such an option. I used the following code, but it doesn't work. Is there a way do this?
proc sgplot data=resByDay noautolegend;
histogram residuals/nbins=8 scale = count ;
xaxis label="Residualss" lineattrs= (color=red thickness= 2);
run;
Thanks
Juen
Which version of SAS are you running? There are many options for graphics that only apply to the latter versions.
I am using SAS/STAT 9.3_M1, SAS/ETS 9.3_M1, SAS/OR 9.3_M1
I noticed that on Apr 11, 2015 1:29 PM brooksj029 has asked the same question. But have not got an answer yet.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.