Issue with axis placement in plots in a patchwork when theme(strip.placement = "outside")
is used
#361
Labels
bug
an unexpected problem or unintended behavior
In the specific case where
theme(strip.placement = "outside")
is set on one plot, unexpected spacing is observed between the axes and the plot region on other plots in a patchwork.In the reprex below, a proportion bar chart is drawn with facets and combined in a patchwork. The proprotion plot is then placed in a patchwork with a proportion plot without facets. In the second image, the same group of proportion plots is placed in a patchwork, but
theme(strip.placement = "outside")
is applied to the faceted proportion plot. The first patchwork renders as expected, and the second patchwork exhibits the issue with axis placement. If either plot in the second example is printed separately, the axis issue is not observed.A summary of my OS and package versions is below.
devtools::session_info()
The text was updated successfully, but these errors were encountered: