Skip to content

Commit

Permalink
white background for heat plots
Browse files Browse the repository at this point in the history
  • Loading branch information
StanTraykov committed Aug 8, 2021
1 parent 249e776 commit b3b8b40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/c19_heat.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ c19_heat <- function(
plot.title = ggplot2::element_text(hjust = 0.5,
face = "bold"),
axis.text.x = ggplot2::element_text(angle = 45, hjust = 1),
plot.background = ggplot2::element_rect(fill = "white")
) +
ggplot2::labs(
title = ifelse(wrate,
Expand Down

0 comments on commit b3b8b40

Please sign in to comment.