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

rplot() ignores rearrange() and shave() #84

Closed
Nick-Z0 opened this issue Oct 2, 2019 · 2 comments
Closed

rplot() ignores rearrange() and shave() #84

Nick-Z0 opened this issue Oct 2, 2019 · 2 comments
Labels
bug an unexpected problem or unintended behavior

Comments

@Nick-Z0
Copy link

Nick-Z0 commented Oct 2, 2019

Hello,

Well, the title says it all. The issue is even shown in the example readme.

The thing is that it worked fine in the past as can be seen here and here.

mtcars %>%
  corrr::correlate() %>%
  corrr::rearrange(method = "MDS", absolute = FALSE) %>%
  corrr::shave() %>%
  corrr::rplot(shape = 19, colors = c("red", "green"))

The plot looks like this:
image

It should however look like this:
image

Thanks,
Nick

P.S. The issue regarding rearrange is also open here #79.

@topepo topepo added the bug an unexpected problem or unintended behavior label Apr 3, 2020
@juliasilge
Copy link
Member

Closed by #99

@github-actions
Copy link

github-actions bot commented Mar 6, 2021

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants