Hi. I have a binary variable, OC, and a categorical variable Department. Department has 16 categories. I want to create one graph that has different bars for each Department, depicting the percentage of 1s in OC. I'm new to visualizations in Stata and so any help would be great.

Code:
input float OC str21 Department
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "PED"
0 "RSX"
0 "COR"
0 "COR"
0 "COR"
0 "PED"
0 "COR"
0 "COR"
0 "OCU"
0 "RSX"
0 "COR"
0 "COR"
0 "OCU"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "GLA"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "GLA"
0 "GLA"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "COR"
0 "CL" 
0 "CL" 
0 "CL" 
0 "CL" 
0 "CL"