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
I wound up using facet_grid instead of facet_wrap. Something like this:
+ facet_grid(~Pathway, scales = "free", space="free")