You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using coord_*(clip = "on") facet strips are clipped along with the panel.
When using coord_*(clip = "off"), facet_wrap() does not clip the strip, but facet_grid() does.
I'm unsure which is the correct behaviour, but they should be consistent regardless.
Perhaps this shouldn't be under control of the Coord's clipping setting at all, but rather theme(strip.clip)?