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

Too many values for palette #11

Open
ilundberg opened this issue May 15, 2022 · 0 comments
Open

Too many values for palette #11

ilundberg opened this issue May 15, 2022 · 0 comments

Comments

@ilundberg
Copy link
Owner

When more than 8 quantiles are requested, we get an error from too few unique color values.

Warning: This manual palette can handle a maximum of 8 values. You have supplied

Minimum reproducible example

library(quantileplot)
library(tidyverse)
d <- data.frame(x = rnorm(100)) %>%
  mutate(y = rnorm(n(),x^2))
quantileplot(y ~ x, data = d, quantiles = seq(.1,.9,.1))
@ilundberg ilundberg changed the title Too many vales for palette Too many values for palette May 15, 2022
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

No branches or pull requests

1 participant