theme_transparentlight: Make a transparent plot in ggplot

View source: R/theme_transparentlight.R

theme_transparentlightR Documentation

Make a transparent plot in ggplot

Description

Make a transparent plot in ggplot

Usage

theme_transparentlight()

Examples

# change palette
irss_gantt(gantt_df = gantt_example, palette = scico::scale_colour_scico_d(palette = "batlow")) +
theme_transparentdark()

NOTE: if you would like the labels to be white you must specify this in the geom_label of the plot argument
e.g. : geom_label(aes(), color = "white")

# make background transparent
irss_gantt(gantt_df = gantt_example) + theme_transparentdark()



tgoodbody/iRss documentation built on March 20, 2022, 8:27 p.m.