Hello there , with the help of your replies here I created a martingale residual graph
https://www.statalist.org/forums/for...n-scatter-plot
As seen here

However, I wanted to change the x axis so I won't have waste of space from 10 - 15
So I used this
I then got this graph - not entirely what I wanted. can you pls enlighten me how I can improve my code pls?

https://www.statalist.org/forums/for...n-scatter-plot
As seen here
However, I wanted to change the x axis so I won't have waste of space from 10 - 15
So I used this
Code:
scatter dev0 dev1 xb, xlabel(0[0.5]5) || lfit dev _t, legend(order(1 2))
Comment