theme_minimal_bordered | R Documentation |
A minimal theme with a border. Works well for faceted graphs
theme_minimal_bordered(border_color = "grey40", border_thickness = NULL, ...)
border_color |
Colour of border |
border_thickness |
border thickness in mm |
... |
Arguments passed on to
|
mtcars %>% ggplot2::ggplot(ggplot2::aes(x = mpg, y=disp)) + ggplot2::geom_point() + theme_minimal_bordered()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.