Skip to content

Commit 2f7eb44

Browse files
noonghunnaclaude
andcommitted
docs(img): reposition freq-cap chart annotations to clear right margin
Pareto annotation was at (800, 720) in upper-middle, overlapping with the legend at upper-left and clipping behind it. Moved both annotations to the empty right margin: sweet spot at (2350, 50), Pareto at (2350, 320). Both arrows now point up-left to their respective stars; boxes are clear of all data lines and the legend. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 119a5fa commit 2f7eb44

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/img/freq-cap-5090-gemma4.png

3.53 KB
Loading

docs/img/freq-cap-5090-gemma4.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
ax1.annotate(
115115
"★ peak efficiency\n7001/1635 → 2.025 TPS/W\n428 narr TPS, 211W draw\n(1.42× more efficient than\nthe 400W power-cap sweet spot)",
116116
xy=(1635, 428.19),
117-
xytext=(1700, 35),
117+
xytext=(2350, 50),
118118
fontsize=9.5,
119119
fontweight="bold",
120120
bbox=dict(boxstyle="round,pad=0.35", facecolor="#fff3cd",
@@ -127,9 +127,9 @@
127127
ax1.scatter([2122], [602.20], s=180, color="#1f77b4", marker="*",
128128
edgecolors="#0a3d6e", linewidths=1.5, zorder=5)
129129
ax1.annotate(
130-
"★ Pareto point\n14001/2122 → 1.92 TPS/W\n602 narr TPS, 314W draw\n(strictly better than\n400W cap: +5% TPS, -22% W)",
130+
"★ Pareto point\n14001/2122 → 1.92 TPS/W\n602 narr TPS, 314W draw\n(strictly better than\n400W cap:\n+5% TPS, -22% W)",
131131
xy=(2122, 602.20),
132-
xytext=(800, 720),
132+
xytext=(2350, 320),
133133
fontsize=9.5,
134134
fontweight="bold",
135135
bbox=dict(boxstyle="round,pad=0.35", facecolor="#dbeafe",

0 commit comments

Comments
 (0)