plot: fix Fig 16 suptitle to match KV-footprint panel

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-22 16:25:50 -07:00
parent 711a9a257f
commit 8c108154a7
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 134 KiB

After

Width:  |  Height:  |  Size: 133 KiB

@@ -171,7 +171,7 @@ def fig_per_cube_tradeoff(fname):
group_color=MODE_COLOR, ylabel=ylabel,
title=phase.capitalize(),
y_log=log, value_fmt=fmt)
fig.suptitle("Per-cube trade-off: HBM BW + IPCQ mode comparison",
fig.suptitle("Per-cube trade-off: KV footprint + IPCQ mode comparison",
fontsize=12, fontweight="bold")
fig.tight_layout()
out = OUT / fname