Hi I am trying to restrict the range of a scatter plot of two variables (taxburdenofgdp and religionovernationality) because the plot has an unnecessarily large range in the y-axis when I produce it.
I looked at the manual and I think it suggested using yscale(range(a b)).
So my line looks like this:
graph twoway (lfit taxburdenofgdp religionovernationality) (scatter taxburdenofgdp religionovernationality, mlabel(webname) yscale(range(50)))
This does not reduce the range at all. Please explain how I can reduce the range on the y-axis so most of the graph isn't just white space with no observations, while the observations are all squished into the bottom.
Thanks very much.
Alex
I looked at the manual and I think it suggested using yscale(range(a b)).
So my line looks like this:
graph twoway (lfit taxburdenofgdp religionovernationality) (scatter taxburdenofgdp religionovernationality, mlabel(webname) yscale(range(50)))
This does not reduce the range at all. Please explain how I can reduce the range on the y-axis so most of the graph isn't just white space with no observations, while the observations are all squished into the bottom.
Thanks very much.
Alex
Comment