I have the same question as #4 that was never answered: https://www.statalist.org/forums/for...ombined-graphs
Is there a way to have a common x-axis when using graph combine that also correspond with the right locations on multiple graphs.
This command has a common label across multiple combined graphs but each label doesn't align with data. Attaching example with code and attaching output
#delimit ;
graph combine pciai.gph unemploymentai.gph educationai.gph , b1(1990 2000 2010 2020) col(1) xsize(2.5) ysize(6.5)
,
;
#delimit cr
Is there a way to have a common x-axis when using graph combine that also correspond with the right locations on multiple graphs.
This command has a common label across multiple combined graphs but each label doesn't align with data. Attaching example with code and attaching output
#delimit ;
graph combine pciai.gph unemploymentai.gph educationai.gph , b1(1990 2000 2010 2020) col(1) xsize(2.5) ysize(6.5)
,
;
#delimit cr
Comment