Hello,
I'm currently producing bar graphs by an education variable. Respondents answer questions on a scale of 1-5, and I then graph the responses by percentage.
I'm using this code:
To get the below graphs.
Is there a way to label the y-axis of each graph as "percent," as opposed to leaving it floating on the left?
Thank you.
I'm currently producing bar graphs by an education variable. Respondents answer questions on a scale of 1-5, and I then graph the responses by percentage.
I'm using this code:
Code:
graph bar (percent), over(effective) by(edu, note("") b1title("1 = No" "5 = Yes"))
Is there a way to label the y-axis of each graph as "percent," as opposed to leaving it floating on the left?
Thank you.
Comment