Closed
Description
library(plotly)
library(GGally)
data(tips, package = "reshape")
p <- ggpairs(
tips[, c(1, 3, 4, 2)],
upper = list(continuous = "density", combo = "box_no_facet"),
lower = list(continuous = "points", combo = "dot_no_facet")
)
ggplotly(p)
results in the following error Error in `[.data.frame`(g, , c("fill_plotlyDomain", "fill")) : undefined columns selected