BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
marysmith
Calcite | Level 5

Dear Community,

 

I just dont know how to change the color in my sgplot nothing works.

Can anybody help?

 

thanks in advance!

 

proc sgplot data=datensatz_1416_Erstanzeige;
yaxis label="Number of studies" max=200;
vbar year /
barwidth=0.5
/markerattrs=(color=CX16A629) ;
title 'Number of studies per year';
run;

1 ACCEPTED SOLUTION

Accepted Solutions
FreelanceReinh
Jade | Level 19

Hello @marysmith,

 

Try this:

vbar year / barwidth=0.5 fillattrs=(color=CX16A629);

(You use VBAR, but the subject line says VBOX.)

View solution in original post

2 REPLIES 2
FreelanceReinh
Jade | Level 19

Hello @marysmith,

 

Try this:

vbar year / barwidth=0.5 fillattrs=(color=CX16A629);

(You use VBAR, but the subject line says VBOX.)

RW9
Diamond | Level 26 RW9
Diamond | Level 26

I nothing works, then no-body will be able to help you.  Perhaps start by stating what software, Enterprise Guide, Base, etc.  What output destination you are outputting to.  Show some test data so we have something to run against.

This post might help:

https://communities.sas.com/t5/SAS-GRAPH-and-ODS-Graphics/How-to-make-a-bar-chart-and-assign-the-bar...

 

You can also browse here:

https://blogs.sas.com/content/graphicallyspeaking/

To find many examples of all kinds of graphs.

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
  • 1519 views
  • 0 likes
  • 3 in conversation