Wrote results rect-lp and log-hp :)

Finished some more figure captions.
This commit is contained in:
j-hartling
2026-05-04 19:50:04 +02:00
parent 69f172ff2c
commit 16014c02a0
15 changed files with 1376 additions and 1232 deletions

View File

@@ -57,7 +57,7 @@ snip_cutoff = np.array([np.nan, 2500, 250, 25])[2]
# GRAPH SETTINGS:
fig_kwargs = dict(
figsize=(32/2.54, 32/2.54),
figsize=(32/2.54, 20/2.54),
)
super_grid_kwargs = dict(
nrows=3,
@@ -68,7 +68,7 @@ super_grid_kwargs = dict(
right=1,
bottom=0,
top=1,
height_ratios=[1, 1, 1]
height_ratios=[1, 1, 2]
)
subfig_specs = dict(
pure=(0, slice(None)),