Open
Description
I suspect this is a similar issue to #1224 : when graphs are facetted vertically, and the facet labels rotated to be horizontal, the labels are cut off. (Where there is a legend, it overlaps; where there isn't, it's cut off entirely.)
p <- flights %>%
ggplot(aes(y=origin, x=dest, colour=origin)) +
geom_count() +
facet_grid(name ~.) +
theme(strip.text.y = element_text(angle = 0),
legend.position = "none")
ggplotly(p)
Metadata
Metadata
Assignees
Labels
No labels