Hi everyone,
Currently, I am running a synthetic control with the command allsynth whereby I am using the option "gap figure". According to the help function one can use two-way_options.
I want to change the scale of the y-axis since it is way too large to show the discrepancy between the synthetic control and the trend of the treatment country (see picture 1).

When adding the option ylab(-250000 250000) does change the labels but the graph is not rescaled (see picture 2).
I thought the following command (looking at the added option) should have fixed this, however, Stata returns the same graph as picture 1 in which the range of the y axis is not defined...
Does anyone know what I did wrong?
Thank you in advance.
Currently, I am running a synthetic control with the command allsynth whereby I am using the option "gap figure". According to the help function one can use two-way_options.
I want to change the scale of the y-axis since it is way too large to show the discrepancy between the synthetic control and the trend of the treatment country (see picture 1).
When adding the option ylab(-250000 250000) does change the labels but the graph is not rescaled (see picture 2).
I thought the following command (looking at the added option) should have fixed this, however, Stata returns the same graph as picture 1 in which the range of the y axis is not defined...
allsynth road_tkm lag_road_tkm gdp_capita road_investment(1996(1)2013) share_road(1994(1)2013) FDI(1994(1)2013) emp(1990(1)2013) cn(1990(1)2013) pl_x(1990(1)2013) pl_m(1990(1)2013), trunit(70) trperiod(2003) unitnames(country) keep(synth1.dta, replace) gapfigure(classic lineback, ysc(r(-250000 250000))) nested allopt
Thank you in advance.
Comment