I am working with 2 dimensional data, that I wish to graph against a 45 degree line.
What I have typed is:
[CODE}
twoway scatter xvariable yvariable
[/CODE]
1. This, howoever, generates different scales for the x and y variable, depending on the range of the data. How do I make the scales the same? (not only the numbers, but also the size of the intervals(.
2. How would I graph a 45 degree line against it?
Any help is greatly appreciated.
What I have typed is:
[CODE}
twoway scatter xvariable yvariable
[/CODE]
1. This, howoever, generates different scales for the x and y variable, depending on the range of the data. How do I make the scales the same? (not only the numbers, but also the size of the intervals(.
2. How would I graph a 45 degree line against it?
Any help is greatly appreciated.
Comment