#428Unable to collect X axes in Patchwork

skuchukhskuchukh
opened 5 months ago
Author

Hello! I'm trying to create a common axes for 4 plots with the same dimentions. The below does not work

(p1 | p2) / (p3 | p4) + plot_layout(guides = "collect", axes = "collect_x")

However below works just fine.

(p1 | p2) + plot_layout(guides = "collect", axes = "collect_x")

Any advice would be most appreciated!