Skip to content

Too many values for palette #11

@ilundberg

Description

@ilundberg

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions