Added loads of units in nearly all graphs.

Overhauled fig_invariance_full.pdf.
Added some legends, somewhere.
This commit is contained in:
j-hartling
2026-04-28 19:43:05 +02:00
parent 7e1aa8721a
commit e70d100655
40 changed files with 965 additions and 471 deletions

View File

@@ -98,7 +98,7 @@ snip_grid_kwargs = dict(
ncols=None,
wspace=0.3,
hspace=0,
left=0.2 - snip_col_shift,
left=0.23 - snip_col_shift,
right=0.93,
bottom=0.15,
top=0.95,
@@ -119,7 +119,7 @@ big_grid_kwargs = dict(
ncols=1,
wspace=0,
hspace=0.15,
left=0.17,
left=0.2,
right=0.96,
bottom=0.05,
top=0.99
@@ -152,11 +152,11 @@ xlabels = dict(
sigma='$\\sigma_{\\text{adapt}}$',
)
ylabels = dict(
inv='$x_{\\text{adapt}}$',
conv='$c_i$',
inv='$x_{\\text{adapt}}$\n$[\\text{dB}]$',
conv='$c_i$\n$[\\text{dB}]$',
bi='$b_i$',
feat='$f_i$',
big='$\\mu_f$',
big='$\\mu_{f_i}$',
)
xlab_alpha_kwargs = dict(
y=0.5,
@@ -171,7 +171,7 @@ xlab_sigma_kwargs = dict(
va='bottom',
)
ylab_snip_kwargs = dict(
x=0.08,
x=0.1,
fontsize=fs['lab_tex'],
rotation=0,
ha='center',
@@ -179,7 +179,7 @@ ylab_snip_kwargs = dict(
)
ylab_super_kwargs = dict(
x=0,
fontsize=fs['lab_norm'],
fontsize=fs['lab_tex'],
ha='left',
va='center',
)
@@ -366,7 +366,7 @@ for i in range(thresh_rel.size):
low_box = axes[-1, 0].get_position()
high_box = axes[0, 0].get_position()
[hide_axis(ax, 'left') for ax in axes[1:, 1]]
super_ylabel(f'$\\Theta={strip_zeros(thresh_rel[i])}\\cdot\\sigma_{{\\eta}}$',
super_ylabel(f'$\\Theta_i={strip_zeros(thresh_rel[i])}\\cdot\\sigma_{{\\eta}}$',
snip_subfig, axes[-1, 0], axes[0, 0], **ylab_super_kwargs)
for (ax1, ax2), stage in zip(axes[:, :2], stages):
ax1.yaxis.set_major_locator(plt.MultipleLocator(yloc[stage][0]))