Plotly Facets not translating properly

后端 未结 2 1877
闹比i
闹比i 2020-12-22 04:31

I\'ve found that with Plotly with R, when I\'m faceting plots, they often don\'t translate properly from R to Plotly.

For example, my graph plotted in R looks like

2条回答
  •  北海茫月
    2020-12-22 05:07

    I wound up using facet_grid instead of facet_wrap. Something like this:

    + facet_grid(~Pathway, scales = "free", space="free")
    

提交回复
热议问题