Hi, I am trying to combine 8 graphs into 4 rows and 2 columns in stata and can I specify for the bottom row to be taller?
Code to combine graphs:
Something like rowheight = 0.2, 0.2, 0.2, 0.4
Thanks in advance for any advice!
Code to combine graphs:
Code:
gr combine g1.gph g2.gph g3.gph g4.gph g5.gph g6.gph g7.gph g8.gph, col(2) iscale(0.52) xcommon saving("stata output/CS_graphs") ysize(6) commonscheme
Thanks in advance for any advice!

Comment