Hi,
I have done a scatter plot where the X-axis starts from the negative of Y. How to bring X-axis to zero with the ticks? I have used the following codes:
graph twoway (scatter ci perc_insured) (lfit ci perc_insured), legend(off) ytitle("Concentration Index", height(6)) ylab(, nogrid) graphregion(color(white)) plotregion( m(b=0) )
0 Response to Scatter Plot Axis
Post a Comment