BookmarkSubscribeRSS Feed
Juen
Fluorite | Level 6

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

2 REPLIES 2
ballardw
Super User

Which version of SAS are you running? There are many options for graphics that only apply to the latter versions.

Juen
Fluorite | Level 6

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.

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
  • 2 replies
  • 1892 views
  • 0 likes
  • 2 in conversation