From d12ef0ef000461b0c0f0f1b429c5f681a920bf44 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Sun, 2 Feb 2020 11:39:35 +0000 Subject: [PATCH] saving a and b labels in bubble plot with brackets --- .../pyrazinamide/scripts/plotting/OR_PS_Ligand_combined_plot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcsm_analysis/pyrazinamide/scripts/plotting/OR_PS_Ligand_combined_plot.R b/mcsm_analysis/pyrazinamide/scripts/plotting/OR_PS_Ligand_combined_plot.R index 0a9d254..26919ce 100644 --- a/mcsm_analysis/pyrazinamide/scripts/plotting/OR_PS_Ligand_combined_plot.R +++ b/mcsm_analysis/pyrazinamide/scripts/plotting/OR_PS_Ligand_combined_plot.R @@ -243,7 +243,7 @@ theme_set(theme_gray()) # to preserve default theme printFile = cowplot::plot_grid(plot_grid(p1, p2 , ncol = 1 , align = 'v' - , labels = c("a", "b") + , labels = c("(a)", "(b)") , label_size = my_als+5)) print(printFile) dev.off()