This answer describes how to change the y limits of a plot in ggplot. Suppose I have a faceted plot with a different ylim for each facet, e.g.
facet_wrap(~some_facet, scales="free_y")
How can I change the y limits for each facet differently?
This answer describes how to change the y limits of a plot in ggplot. Suppose I have a faceted plot with a different ylim for each facet, e.g.
facet_wrap(~some_facet, scales="free_y")
How can I change the y limits for each facet differently?