Skip to content

Conversation

clauswilke
Copy link
Member

The error message is now "coord_* doesn't support free scales".

library(ggplot2)
df <- data.frame(x = c(1, 2))
ggplot(df, aes(x, x)) + facet_wrap(~x, scales = "free") + coord_fixed()
#> Error: coord_fixed doesn't support free scales

@hadley hadley merged commit 439a41b into tidyverse:master May 28, 2018
@clauswilke clauswilke deleted the news-coord-error branch May 28, 2018 21:59
@lock
Copy link

lock bot commented Nov 24, 2018

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

@lock lock bot locked and limited conversation to collaborators Nov 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants