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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—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.