Skip to contents

Incorporates the default si_style graph and modifies it to include on y-axis gridlines. Useful for when you are highlighting a horizontal comparison.

Usage

si_style_ygrid(...)

Arguments

...

inherits parameters from si_style()

Examples

if (FALSE) { # \dontrun{
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_ygrid()
} # }