Hello,
I want to make a big figure with the option for many subplots. To adjust the vertical heights, I wanted to use the specs -> the prind_grid() looks like this:
This is the format of your plot grid:
β‘ (1,1) x,y β€
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β£ : β¦
β‘ (11,1) x2,y2 β€
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β£ : β¦
β‘ (21,1) x3,y3 β€
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β£ : β¦
β‘ (31,1) x4,y4 β€
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β£ : β¦
β‘ (41,1) x5,y5 β€
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β’ : β
β£ : β¦
β‘ (51,1) x6,y6 β€
β’ : β
β’ : β
β£ : β¦
β‘ (55,1) x7,y7 β€
β’ : β
β’ : β
β£ : β¦
β‘ (59,1) x8,y8 β€
β’ : β
β’ : β
β£ : β¦
β‘ (63,1) x9,y9 β€
β£ : β¦
the problem is, the rows seem to have unequal heights so the plots with rowspan=10 are way more than 5 times bigger than the subplots mit rowspan=2β¦
Doesnβt the rowspan represent the relatove ratios of the heights? I expected the rows to be equally sizedβ¦
Here you can see: