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
You can't. See here
You can use facet_wrap instead, which will 'free' both axes
facet_wrap