Skip to content

'tickvals' not found when using GGally #2012

Closed
@danton267

Description

@danton267

library(plotly)
library(GGally)
 
data <- data.frame( var1 = 1:100 + rnorm(100,sd=20), v2 = 1:100 + rnorm(100,sd=27), v3 = rep(1, 100) + rnorm(100, sd = 1)) 
data$v4 = data$var1 ** 2 
data$v5 = -(data$var1 ** 2) 
 
p <- ggcorr(data, method = c("everything", "pearson")) 

ggplotly(p)

results in the following error:
Error in eval(substitute(expr), data, enclos = parent.frame()) : object 'tickvals' not found

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions