Hi folks,
I am trying to create a fractional polynomial over a scatter plot but the curve doesn't appear fully on the graph. Note that the dataset covers millions of observations. What could be the reason?

My code was
Code:
 twoway (scatter var1 var2)(fpfitci var1 var2)
.
Here is what I get:
Array