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

Reversing a scale does not cause the marginal plots to reverse #94

Closed
daattali opened this issue Feb 15, 2018 · 2 comments
Closed

Reversing a scale does not cause the marginal plots to reverse #94

daattali opened this issue Feb 15, 2018 · 2 comments

Comments

@daattali
Copy link
Owner

Could be related to #81 et al

p <- ggplot(mtcars, aes(x = wt, y = drat)) +
    geom_point()

ggMarginal(p)
ggMarginal(p + scale_x_reverse())

image

image

@crew102
Copy link
Contributor

crew102 commented Feb 15, 2018 via email

@daattali
Copy link
Owner Author

fixed by @crew102

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

No branches or pull requests

2 participants