You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm pretty sure translating that code directly isn't possible because of the package design and R internals.
However, we could make it easier to make subplots, which is something I can take into consideration for the redesign. Maybe we could handle a list of ggplots, so something like this:
The new subplot() function is aimed at this problem. @jackparmer feel free to open another issue if there is some sort of functionality that you think subplot() should support but doesn't.
For multiple plots that are laid out in a grid using the R grid package, looks like ggplotly only grabs the first of those plots:
Ie, this:
Turns into this with ggplotly:
Would be cool if we used Plotly subplots for these.
https://siguniang.wordpress.com/2010/11/21/rviewports-grid-in-ggplot2/
The text was updated successfully, but these errors were encountered: