Plotly Facets not translating properly

后端 未结 2 1866
闹比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:03

    The issue might very well be with geom_ribbon rather than facets... Can you please upgrade your "plotly" package and give it another try?

    0 讨论(0)
  • 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")
    
    0 讨论(0)
提交回复
热议问题