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

Should be able to turn of labels in continuous colour scale #1175

Closed
hadley opened this issue Jul 20, 2015 · 0 comments
Closed

Should be able to turn of labels in continuous colour scale #1175

hadley opened this issue Jul 20, 2015 · 0 comments

Comments

@hadley
Copy link
Member

hadley commented Jul 20, 2015

df <- data.frame(x = (1:5) * 1000, y = 1)
ggplot(df, aes(y, x, colour = x)) + 
  geom_point(size = 5) + 
  scale_colour_continuous(labels = NULL)
@hadley hadley closed this as completed in 565ab50 Jul 22, 2015
@lock lock bot locked as resolved and limited conversation to collaborators Jun 19, 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

No branches or pull requests

1 participant