powered by
Dark Theme
theme_flexoki_dark(base_size = 12, base_family = "mono", ...)
ggplot2 theme
base font size, given in pts.
base font family
additional parameters
ggplot2::mpg |> ggplot2::ggplot() + ggplot2::geom_point(ggplot2::aes(displ, hwy, colour = class)) + scale_color_flexoki_d(palette = 'dark') + theme_flexoki_dark()
Run the code above in your browser using DataLab