Hi Statausers,
I think is a common issue, but I couldn't find the answer yet. I have the following graph with a variable that ranges from 1 to 10. However I would like to change the y-axis to just show for example from 6 to 10. How can I do that?
Options like
aren't working.
Cheers!

I think is a common issue, but I couldn't find the answer yet. I have the following graph with a variable that ranges from 1 to 10. However I would like to change the y-axis to just show for example from 6 to 10. How can I do that?
Options like
Code:
graph bar (mean) score, over(country, label(labsize(vsmall))) over(date) yscale(range(6 10)) ylabel(6(1)10)
Cheers!
Comment