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

facet_grid(a ~ a) produces an error #1928

Closed
vnijs opened this issue Nov 27, 2016 · 1 comment
Closed

facet_grid(a ~ a) produces an error #1928

vnijs opened this issue Nov 27, 2016 · 1 comment
Labels
bug an unexpected problem or unintended behavior facets 💎

Comments

@vnijs
Copy link

vnijs commented Nov 27, 2016

FYI The example from #1153 now produces the error below and does not create a plot

ggplot(data.frame(a = letters[1:3], y = rnorm(3))) + geom_point(aes(y, y)) + facet_grid(a~a)

> Error in scale_apply(layer_data, x_vars, "train", SCALE_X, x_scales) : 
@hadley
Copy link
Member

hadley commented Nov 28, 2016

@thomasp85 can you please take a look? I don't think we need to make this work, but it should give a more informative error message.

@hadley hadley added the bug an unexpected problem or unintended behavior label Nov 28, 2016
@hadley hadley closed this as completed in ed56838 Nov 1, 2017
@lock lock bot locked as resolved and limited conversation to collaborators Jun 18, 2018
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 facets 💎
Projects
None yet
Development

No branches or pull requests

2 participants