Dear All, This is a related problem as here (https://www.statalist.org/forums/for...ange-in-x-axis). Please search rdrobust and install (SJ-17-2 st0366_1) code/data. The code is
Code:
use rdrobust_rdsenate.dta, clear
rdplot vote margin, graph_options(title(RD plot))
and the graph isArray

Suppose that, for some reason, I just want to show the graph with x-axis ranging from -100 to 50 (not to 100). Any suggestions are highly appreciated.