patchwork
patchwork copied to clipboard
Heights in plot_layout breaks x-axis alignment
Cheers!
Thanks for the great tool!
I'm experiencing that passing the argument heights to plot_layout() breaks the x-axis alignment (right) I was otherwise getting(left). Do you have any suggestions?
Left plot: (p1 / p2)
Right plot: (p1 / p2) + plot_layout(heights = c(1,.1))
Thank you!!