Polished fontsizes and subplot padding in fig_auditory_pathway.

This commit is contained in:
j-hartling
2026-01-29 11:24:08 +01:00
parent 0029566861
commit 052054cd8f
34 changed files with 224 additions and 217 deletions

View File

@@ -8,12 +8,12 @@ plt.rcParams['svg.fonttype'] = 'path'
plt.rc('text.latex', preamble=r'\usepackage{amsmath}')
# Settings:
titles_fontsize = 50
titles_figsize = (4, 2.5)
titles_fontsize = 65
titles_figsize = (5, 2.5)
elements_fontsize = 80
elements_figsize = (3, 3)
lines_fontsize = 80
lines_figsize = (3, 3)
lines_fontsize = 75
lines_figsize = (3, 2)
show_figs = True
grid_props = dict(left=0, right=1, top=1, bottom=0)