How do I specify the color of the bars when using proc gbarline (ie bar inj)?
Thank you.
proc gbarline data=test;
bar inj / sumvar=emp_avg
discrete;
plot / sumvar=rate;
run;quit
And also, if you're using the subgroup= so that the bars have multiple segments, you can control those colors using multiple pattern statements, such as: