I often have a case where I have two plots with the same y-axis scales that I would like to show side by side, with the axis only showing on the outer plot. Currently, I need to manually set the axis scales to be the same across plots and set the axis to be element_blank() for one of the plots.
Would it be possible to add functions to do these steps within the patchwork composition, similar to the legend collapsing?
I often have a case where I have two plots with the same y-axis scales that I would like to show side by side, with the axis only showing on the outer plot. Currently, I need to manually set the axis scales to be the same across plots and set the axis to be element_blank() for one of the plots.
Would it be possible to add functions to do these steps within the patchwork composition, similar to the legend collapsing?