How to control ylim for a faceted plot with different scales in ggplot2?

后端 未结 3 1464
执笔经年
执笔经年 2021-01-01 11:41

In the following example, how do I set separate ylims for each of my facets?

qplot(x, value,  data=df, geom=c(\"smooth\")) + facet_grid(variable ~ ., scale=\         


        
3条回答
  •  半阙折子戏
    2021-01-01 12:07

    This was brought up on the ggplot2 mailing list a short while ago. What you are asking for is currently not possible but I think it is in progress.

提交回复
热议问题