Polished fontsizes and subplot padding in fig_auditory_pathway.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user