si_style_nolines: SI style plot with blank canvass

View source: R/si_themes.R

si_style_nolinesR Documentation

SI style plot with blank canvass

Description

Incorporates the default si_style graph and strips all gridlines. Useful for when you want to focus attention on a few parts of a plot – such as a bar graph with fewer than four categories.

Usage

si_style_nolines(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_nolines()

## End(Not run)

USAID-OHA-SI/glitr documentation built on July 5, 2024, 3:24 p.m.