From d699f3025da5742cd87426bc66df3dc25ada5279 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 09:42:01 -0700 Subject: [PATCH] feat: Increase chart height and improve title and axis label readability --- aider/website/_posts/2024-09-26-senior-junior.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/aider/website/_posts/2024-09-26-senior-junior.md b/aider/website/_posts/2024-09-26-senior-junior.md index e28fc0a36..8c017bb05 100644 --- a/aider/website/_posts/2024-09-26-senior-junior.md +++ b/aider/website/_posts/2024-09-26-senior-junior.md @@ -46,7 +46,7 @@ The graph below and table show the [aider's code editing benchmark](/docs/benchmarks.html#the-benchmark) score for various combinations of Senior and Junior models. -
+
@@ -89,7 +89,10 @@ document.addEventListener('DOMContentLoaded', function() { plugins: { title: { display: true, - text: 'Pass Rate for Senior/Junior/EditFormat Combinations' + text: 'Pass Rate for Senior/Junior/EditFormat Combinations', + font: { + size: 18 + } }, legend: { position: 'top', @@ -105,7 +108,10 @@ document.addEventListener('DOMContentLoaded', function() { max: 100, title: { display: true, - text: 'Pass Rate (%)' + text: 'Pass Rate (%)', + font: { + size: 14 + } } } }