Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
此答案描述了如何更改 ggplot 中绘图的 y 限制。假设我有一个分面图,每个方面都有不同的 ylim,例如
facet_wrap(~some_facet, scales="free_y")
如何以不同方式更改每个方面的 y 限制?