Setting both axis to the same range
The default range setting in Y by X graphs is to show the full range of the data independently in x and y. This is fine, but I have a special condition where I an plotting some residual errors in the x and y direction and I would like the graphs to have the same range in both x and y. The effect I am trying to achieve is that if the errors are normally distributed in each direction then the resi...