View source: R/theme_transparentlight.R
theme_transparentlight | R Documentation |
Make a transparent plot in ggplot
theme_transparentlight()
# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.