Skip to contents

theme for nice looking plots with sensible defaults (no legend title, legend at the bottom)

Usage

lal_plot_theme(
  fontfam = "IBM Plex Sans Condensed",
  fsize = 14,
  textangle = 0,
  ...
)

Arguments

ggplot

object

Examples

if (FALSE) {
plot_ggp_object + lal_plot_theme()
}