Skip to content

Commit 478ad00

Browse files
Remove dramatic language from chart title
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a04d3c5 commit 478ad00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/context_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def parse_session(fp):
223223
# Row 3: Cache miss analysis
224224
# ══════════════════════════════════════════════════════════════
225225
fig, axes = plt.subplots(3, 2, figsize=(20, 21))
226-
fig.suptitle('The 1M Context Window: A Double-Edged Sword\nAnalysis of %d Claude Code conversations' % len(all_sessions),
226+
fig.suptitle('Claude Code Context Window Analysis\n%d conversations, %s API turns' % (len(all_sessions), f'{len(all_turns):,}'),
227227
fontsize=20, fontweight='bold', color='white', y=0.98)
228228

229229
# ── Row 1: Context growth curves ──

0 commit comments

Comments
 (0)