tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.39k stars 2k forks source link

Improve `pal_qualitative()` #5954

Open teunbrand opened 2 weeks ago

teunbrand commented 2 weeks ago

This PR aims to fix #5013.

Briefly, it implements the fix proposed here and polishes pal_qualitative() a little bit.

Tangentially related, shouldn't pal_qualitative() be a function in {scales}?