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 rearrange #79

Closed
xmarti6 opened this issue Jul 26, 2019 · 3 comments
Closed

rplot rearrange #79

xmarti6 opened this issue Jul 26, 2019 · 3 comments
Labels
needs reprex A reproducible example is needed

Comments

@xmarti6
Copy link

xmarti6 commented Jul 26, 2019

Hi, "rplot" do not respect rearrange order (corrr(v0.4.0)), no matter what method.

rplot(rearrange(x, method = "MDS", absolute = F))+ theme(axis.text.x = element_text(angle = 90, hjust = 1))
rplot(rearrange(x, method = "HC", absolute = F))+ theme(axis.text.x = element_text(angle = 90, hjust = 1))

produce same output. "%>% rearrange(...)" pipe variant not working either.

Thank you

@topepo
Copy link
Member

topepo commented Apr 3, 2020

Can you please provide a minimal reprex (reproducible example)? The goal of a reprex is to make it as easy as possible for me to recreate your problem so that I can fix it: please help me help you!

If you've never heard of a reprex before, start by reading "What is a reprex", and follow the advice further down that page.

@topepo topepo added the needs reprex A reproducible example is needed 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
needs reprex A reproducible example is needed
Projects
None yet
Development

No branches or pull requests

3 participants