Skip to content

Commit

Permalink
theme file
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieeatonphd committed Dec 7, 2024
1 parent 5419ece commit 95ab611
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions theme_dubois.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
theme_dubois <- function() {
theme(
text = element_text(face = "bold"), plot.background = element_rect(fill = "antiquewhite2",
color = "antiquewhite2"), plot.title = element_text(hjust = 0.5, face = "bold"),
plot.subtitle = element_text(hjust = 0.5, size = 9), panel.background = element_blank(),
panel.grid.major.x = element_blank(), panel.grid.minor = element_blank(),
panel.grid.major.y = element_blank(), axis.text.y = element_blank(),
axis.ticks = element_blank(), axis.title = element_blank(),
axis.text.x=element_text(size=12, face="bold")
)
}

0 comments on commit 95ab611

Please sign in to comment.