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:
Binary file not shown.
BIN
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,
|
group_color=MODE_COLOR, ylabel=ylabel,
|
||||||
title=phase.capitalize(),
|
title=phase.capitalize(),
|
||||||
y_log=log, value_fmt=fmt)
|
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")
|
fontsize=12, fontweight="bold")
|
||||||
fig.tight_layout()
|
fig.tight_layout()
|
||||||
out = OUT / fname
|
out = OUT / fname
|
||||||
|
|||||||
Reference in New Issue
Block a user