Matt Summersgill
Matt Summersgill
Having the same issue, have a hunch the fix might be some additions to the axis handling in in **[subplots.R](https://github.com/ropensci/plotly/blob/master/R/subplots.R)**. For example, when gathering layout attributes, `yaxis2`, `yaxis3`...`yaxisN` are not...
Another reprex: ```r library(plotly) ## Create a data frame with data to be plotted S % layout(yaxis = A_Axis) -> P_A ## Create second plot, 'P_BC', with traces 'B' and...
Thank you very much @nc-savoy ! I feel like I still have a tenuous grasp of *exactly* how this is working, but that method also works for more than two...
Would love to see this merged into master if possible, for me it solves the problem of making a trade-off between clutter and readability by being able to visually "drill...
I ran into the same issue attempting to install on WSL with an ubuntu 20.0.4 image
Some thoughts for a potential path forward: A great deal of the complexity in this project arises from the fantastic work of @cpsievert to map between two API's - ggplot2...