Skip to contents

May be used in place of si_style_blank if you would like to anchor the y-axis.

Usage

si_style_yline(...)

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_yline()
} # }