Skip to content

Unable to collect X axes in Patchwork #428

@skuchukh

Description

@skuchukh

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions