Skip to content

ggpairs not working #2013

Closed
Closed
@danton267

Description

@danton267
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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions