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;
Hello @marysmith,
Try this:
vbar year / barwidth=0.5 fillattrs=(color=CX16A629);
(You use VBAR, but the subject line says VBOX.)
Hello @marysmith,
Try this:
vbar year / barwidth=0.5 fillattrs=(color=CX16A629);
(You use VBAR, but the subject line says VBOX.)
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:
You can also browse here:
https://blogs.sas.com/content/graphicallyspeaking/
To find many examples of all kinds of graphs.
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.