Description Usage Arguments Value Examples
A minimal theme based on ggthemes::theme_fivethirtyeight() This theme has no vertical panel.grid
1 | theme_janco_bar(base_size = 12, base_family = "sans")
|
base_size |
global font size (number) |
base_family |
global font family (e.g. sans, serif) |
Adds a theme to a ggplot
1 2 3 | ggplot(mtcars, aes(x = wt, y = mpg, colour = factor(gear))) +
geom_point() +
theme_janco_bar()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.