Figure fonts for the 0.80 include

This commit is contained in:
KiHoLee
2026-08-19 18:22:52 +09:00
parent 1de366cd9b
commit 9cd105e748
8 changed files with 9 additions and 9 deletions
+9 -9
View File
@@ -34,16 +34,16 @@ FIG.mkdir(exist_ok=True)
plt.rcParams.update({
"font.family": "serif",
"font.serif": ["DejaVu Serif", "Times New Roman"],
# The manuscript includes each result figure at 0.68 of a 3.455 in
# column while the canvas is 3.15 in, a printed scale of 0.746. Every
# The manuscript includes each result figure at 0.80 of a 3.455 in
# column while the canvas is 3.15 in, a printed scale of 0.878. Every
# size below is therefore pre-divided by that scale so the PRINTED
# sizes are 8 pt labels, 7 pt ticks and a 5.2 pt legend. Change the
# sizes are 9 pt labels, 8 pt ticks and a 6.6 pt legend. Change the
# include width and these must change with it.
"font.size": 10.4,
"axes.labelsize": 10.4,
"legend.fontsize": 7.6,
"xtick.labelsize": 9.2,
"ytick.labelsize": 9.2,
"font.size": 10.3,
"axes.labelsize": 10.3,
"legend.fontsize": 7.5,
"xtick.labelsize": 9.1,
"ytick.labelsize": 9.1,
"axes.grid": True,
"grid.linestyle": "--",
"grid.linewidth": 0.4,
@@ -204,7 +204,7 @@ def main_legit(snr_db="10"):
def place_legend(ax, cands=("lower left", "upper left", "center left",
"center right", "lower center", "upper right",
"upper center", "center", "lower right"),
sizes=(7.0,), ncol=1):
sizes=(7.5, 7.2, 7.0), ncol=1):
"""Choose the location and font size whose box the fewest curve points
fall inside, scored on rendered geometry rather than guessed from the
data. The size sweep is what makes a long label set placeable: a
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.