tsm_theme | R Documentation |
Function to be used within ggplot2 calls or ggplot2 functions within the tsortmusicr package.
tsm_theme()
A complete ggplot2 theme based on theme_bw(). Font size 14, text family "serif"
library(ggplot2)
p <- ggplot(albums, aes(x = year, y = final_score)) +
geom_jitter(alpha = 0.7) +
labs(title = "Final score by year")
p
p + tsm_theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.