ggdark icon indicating copy to clipboard operation
ggdark copied to clipboard

Dark mode for ggplot2 themes

Results 4 ggdark issues
Sort by recently updated
recently updated
newest added

I was wondering if it's possible to change the behavior of `ggdark`. is it possible to keep the inverting of geoms by default when loading it as `library(ggdark)` but prevent...

``` r library(ggplot2) library(ggdark) set.seed(1) df Inverted geom defaults of fill and color/colour. #> To change them back, use invert_geom_defaults(). ``` ![](https://i.imgur.com/aZxbpRF.png) ``` r # This should work for both...

When running knitr, a lot of messages are sent to the log file: ``` processing file: initial-data-splitting.qmd |...................................... | 80% [fig-ames-splitting] Inverted geom defaults of fill and color/colour. To change...

``` r ggdark::dark_theme_grey() #> Error in if (geoms_are_dark || force_geom_invert) {: missing value where TRUE/FALSE needed ``` Created on 2024-06-29 with [reprex v2.1.0](https://reprex.tidyverse.org) or maybe add ggplot2 as depends since...