Skip to content

Commit 21c6d83

Browse files
committed
Fix plotting Convergence_Plot_All
1 parent c687b44 commit 21c6d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/Mod_Convergence_Plot_All.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Convergence_Plot_All <- function(
291291
axis.title = ggtext::element_markdown(
292292
size = 20, colour = "darkgrey", face = "bold"),
293293
axis.text = ggplot2::element_text(size = 16),
294-
title = ggplot2::element_text(size = 20, face = "bold", color = "blue"),
294+
title = ggtext::element_markdown(size = 20, face = "bold", color = "blue"),
295295
axis.text.y = ggtext::element_markdown(
296296
hjust = 0, margin = ggplot2::margin(t = 0, r = 10, b = 0, l = 5)),
297297
panel.spacing = ggplot2::unit(0.75, "lines"))

0 commit comments

Comments
 (0)