From b32398d16f996df622e42a0896ad3afbcb92cfe6 Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Thu, 11 Aug 2022 21:03:27 +0100 Subject: [PATCH] output corr plots with log10 labels --- scripts/plotting/plotting_thesis/corr_plots_thesis.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/plotting/plotting_thesis/corr_plots_thesis.R b/scripts/plotting/plotting_thesis/corr_plots_thesis.R index c8012ed..c4316bd 100644 --- a/scripts/plotting/plotting_thesis/corr_plots_thesis.R +++ b/scripts/plotting/plotting_thesis/corr_plots_thesis.R @@ -88,7 +88,7 @@ my_corr_pairs(corr_data_all = corr_df_ps , hist_col = "coral4" , dot_size = 1.6 , ats = 1.5 - , corr_lab_size = 3 + , corr_lab_size =2.5 , corr_value_size = 1) dev.off() @@ -139,7 +139,7 @@ my_corr_pairs(corr_data_all = corr_df_cons , hist_col = "coral4" , dot_size =1.1 , ats = 1.5 - , corr_lab_size = 2.15 + , corr_lab_size = 1.8 , corr_value_size = 1) dev.off()