Hi!
I am making a simple bar graph and the y-axis has a wider range then I would like. I have tried using yscale(range (6 8))) in various places in my command, but nothing worked
here is the complete command.
graph bar WB, over(EDUCATION, label(angle(60)) ) blabel(bar, format(%4.2f)) yscale(range(6(1)8))
Thanks
I am making a simple bar graph and the y-axis has a wider range then I would like. I have tried using yscale(range (6 8))) in various places in my command, but nothing worked
here is the complete command.
graph bar WB, over(EDUCATION, label(angle(60)) ) blabel(bar, format(%4.2f)) yscale(range(6(1)8))
Thanks
Comment