Hello all, probably a very basic question but I am brand new to stata and trying to teach it to myself (Stata 16)

I am trying to create a bar graph of frequency of BMI groups by sex.

I run the code:

graph bar (count), over(bmigrp) over(sex)

which gets the results I want, but puts all the male results on one "window" of the graph, and the female results on the other side.

Is there a way to get the results to be side by side for each category in different colours?

Thank you!