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

Adding fix to symmetrical free scales for facet plot with test #278

Conversation

tynsci
Copy link
Collaborator

@tynsci tynsci commented Oct 26, 2022

Fixes #259

  • needed significant code additions since working directly on the scales on a per-facet basis is not supported out of the box by ggplot2

@mattfidler
Copy link
Collaborator

You cannot use any unexported methods in ggplot2 this will not be accepted by CRAN. Gives:

ggplot2:::scale_apply

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

Successfully merging this pull request may close these issues.

Freeing scales on a facetted plot does not work
2 participants