Qualitative scales do not appear to be applied to ggplot2::geom_line or ggplot2::geom_density2d_filled layers. I've been using mostly thematic_with_theme to be as explicit as possible, but have also tried with thematic_on().
Tested on
- personal machine using master (95927f4)
- personal machine using latest from rc-v0.1.1 branch (efdfbe9)
- using the RStudio cloud examples in the README
─ Session info ───────────────────────────────────────────────────────────────────────────────────────────────
setting value
version R version 4.0.2 (2020-06-22)
os macOS Catalina 10.15.7
system x86_64, darwin18.7.0
ui RStudio
language (EN)
collate en_US.UTF-8
ctype en_US.UTF-8
tz America/Los_Angeles
date 2020-10-15
─ Packages ───────────────────────────────────────────────────────────────────────────────────────────────────
package * version date lib source
ggplot2 * 3.3.2 2020-06-19 [1] CRAN (R 4.0.2)
thematic * 0.1.1 2020-10-16 [1] Github (rstudio/thematic@efdfbe9)
[1] /usr/local/Cellar/r/4.0.2_1/lib/R/library
Describe the problem
Qualitative scales do not appear to be applied to
ggplot2::geom_line
orggplot2::geom_density2d_filled
layers. I've been using mostlythematic_with_theme
to be as explicit as possible, but have also tried withthematic_on()
.Session Info