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 015d45f..0a9d254 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 @@ -233,7 +233,7 @@ p2 #====================== # set output dir for plots getwd() -setwd("~/git/Data/pyrazinamide/output/plots" +setwd("~/git/Data/pyrazinamide/output/plots") getwd() svg('PS_Lig_OR_combined.svg', width = 32, height = 12) #inches @@ -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()