Skip to content

Don't know how to automatically pick scale for object of type NULL #2599

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

Closed
hadley opened this issue May 15, 2018 · 2 comments
Closed

Don't know how to automatically pick scale for object of type NULL #2599

hadley opened this issue May 15, 2018 · 2 comments
Labels
bug an unexpected problem or unintended behavior scales 🐍 wip work in progress
Milestone

Comments

@hadley
Copy link
Member

hadley commented May 15, 2018

cutpointr, drugCombo, ggeffects, HMP16SData, jtools, mousetrap, OutbreakTools, stormwindmodel, useful

library(ggplot2)

ggplot(mtcars, aes(mpg, wt)) + 
  geom_point(aes(shape = NULL))
#> Don't know how to automatically pick scale for object of type NULL. Defaulting to continuous.
#> Error: A continuous variable can not be mapped to shape
@hadley hadley added bug an unexpected problem or unintended behavior scales 🐍 labels May 15, 2018
@hadley hadley added this to the v2.3.0 milestone May 15, 2018
hadley added a commit that referenced this issue May 15, 2018
hadley added a commit that referenced this issue May 15, 2018
hadley added a commit that referenced this issue May 15, 2018
@hadley hadley added the wip work in progress label May 15, 2018
hadley added a commit that referenced this issue May 15, 2018
@hadley
Copy link
Member Author

hadley commented May 15, 2018

robustbase might also be related

@lock
Copy link

lock bot commented Nov 12, 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 12, 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 scales 🐍 wip work in progress
Projects
None yet
Development

No branches or pull requests

1 participant