diff --git a/statistical_analysis/adherence.py b/statistical_analysis/adherence.py index 93122ba..5dc2e4a 100644 --- a/statistical_analysis/adherence.py +++ b/statistical_analysis/adherence.py @@ -34,12 +34,12 @@ from features.esm import * # %% SAVE_FIGS = True FIG_HEIGHT = 5 -FIG_ASPECT = 1.6 +FIG_ASPECT = 1.7 FIG_COLOUR = "#28827C" -SMALL_SIZE = 10 -MEDIUM_SIZE = 12 -BIGGER_SIZE = 14 +SMALL_SIZE = 14 +MEDIUM_SIZE = SMALL_SIZE + 2 +BIGGER_SIZE = MEDIUM_SIZE + 2 plt.rc("font", size=SMALL_SIZE) # controls default text sizes plt.rc("axes", titlesize=SMALL_SIZE) # fontsize of the axes title