Hi,
I am currently using the following code to generate the bar chart attached:
graph hbar (count) count if sum > 5, over(college_name, label(angle(horizontal) labsize(tiny))) ///
ylabel(0(100)3200) ///
yscale(off) ///
blabel(bar, size(tiny)) ///
title("Teacher Credentialing Programs") ///
subtitle("N = 10,620 Unique Applicants") ///
note(N = 68 programs with > 5 applicants. $datetag)
I would like to alternate the bar colors: Bar 1 blue, bar 2 yellow, bar 3 blue, bar 4 yellow, etc.
Any suggestions on how to go about doing this would be greatly appreciated. Thank you!
I am currently using the following code to generate the bar chart attached:
graph hbar (count) count if sum > 5, over(college_name, label(angle(horizontal) labsize(tiny))) ///
ylabel(0(100)3200) ///
yscale(off) ///
blabel(bar, size(tiny)) ///
title("Teacher Credentialing Programs") ///
subtitle("N = 10,620 Unique Applicants") ///
note(N = 68 programs with > 5 applicants. $datetag)
I would like to alternate the bar colors: Bar 1 blue, bar 2 yellow, bar 3 blue, bar 4 yellow, etc.
Any suggestions on how to go about doing this would be greatly appreciated. Thank you!
Comment