View source: R/theme_ecodata.R
theme_ecodata | R Documentation |
A light ggplot theme for EcoData Technology
theme_ecodata(
base_family = "RobotoCondensed",
title_family = "LexendDecaSemiBold",
subtitle_family = "LexendDecaThin",
axis_family = "LexendDecaLight",
base_color = "gray10",
primary_color = "#1b2724",
accent_color = "#6eb39c",
base_size = 10,
gridlines = F,
facet_outlines = F
)
base_family: |
the base font family |
title_family: |
font to be used for the plot title |
subtitle_family: |
font to be used for the subtitle |
axis_family: |
font to be used for the axis titles |
base_color: |
base color for text and lines |
primary_color: |
color for primary components |
accent_color: |
color for accent components |
base_size: |
base font size |
gridlines: |
should gridlines be displayed? |
facet_outlines: |
should facets be outlined? |
A ggplot theme
mtcars %>% ggplot(aes(x = wt, y = mpg)) + geom_point() + theme_ecodata()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.