We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mt <- ggplot(mtcars, aes(mpg, wt, colour = factor(cyl))) + geom_point() p <- mt + facet_grid(. ~ cyl, scales = "free", space = "free")
p
ggplotly(p)