Skip to content

Subplot bug for bigger number of plots #427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rodrigomurta opened this issue Jan 25, 2016 · 0 comments
Closed

Subplot bug for bigger number of plots #427

rodrigomurta opened this issue Jan 25, 2016 · 0 comments

Comments

@rodrigomurta
Copy link

As you can check in this SE post, subplot is not working for more then 9 plots, for nrows = 4. Here is a sample code:

library(plotly)
p <- plot_ly(economics, x = date, y = uempmed)
qtySubPlots <- 10
options <- list(nrows=4)
plots <- lapply(seq(1,qtySubPlots), function(x) {p})
do.call(subplot, c(plots,options))

Exampla with 10 plots

Other nrows combinations have the same problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant