geom_tile and facet_grid/facet_wrap for same height of tiles

前端 未结 2 1099
夕颜
夕颜 2020-12-01 18:24

Using ggplot, I would like represent a graph tile with panel, but with same height tile for each panel. I have this graph :

dataSta <- list(sites=rep(pas         


        
2条回答
  •  粉色の甜心
    2020-12-01 19:19

    It took me some time to find easier solution which is actually part of the facet_grid where you can set the space = "free_y". More info at recent question.

提交回复
热议问题