Skip to content
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

'tickvals' not found when using GGally #2012

Closed
danton267 opened this issue Sep 25, 2021 · 0 comments · Fixed by #2062
Closed

'tickvals' not found when using GGally #2012

danton267 opened this issue Sep 25, 2021 · 0 comments · Fixed by #2062
Assignees
Labels

Comments

@danton267
Copy link
Member


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

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

Successfully merging a pull request may close this issue.

4 participants