In the following example, how do I get the y-axis limits to scale according to the data in each panel?
mt <- ggplot(mtcars, aes(mpg, wt, colour = factor(c
Hopefully, this helps.
mt + facet_wrap(. ~ cyl, scales="free_y")