Hello,
I am trying to make two pie charts to represent two binary variables. For example, gender and smoker/non smoker.
Right now my command is:
graph pie, over(smokingstatus) by (gender)
title("Percent of men vs. women who smoke)
However, that title comes up twice, once on top of each of the pie charts. Is there a way to make it one title across both charts?
Thank you! Newbie here!
I am trying to make two pie charts to represent two binary variables. For example, gender and smoker/non smoker.
Right now my command is:
graph pie, over(smokingstatus) by (gender)
title("Percent of men vs. women who smoke)
However, that title comes up twice, once on top of each of the pie charts. Is there a way to make it one title across both charts?
Thank you! Newbie here!
Comment