From 74a5ef51d43ef66df3c678d24a02ffecbd02f096 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 26 Sep 2024 12:04:36 -0700 Subject: [PATCH] feat: increase font sizes in graph --- .../_posts/2024-09-26-senior-junior.md | 28 +++++++++++++++++-- 1 file changed, 25 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 82863917a..84cca45fc 100644 --- a/aider/website/_posts/2024-09-26-senior-junior.md +++ b/aider/website/_posts/2024-09-26-senior-junior.md @@ -94,13 +94,29 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8 beginAtZero: true, title: { display: true, - text: 'Pass Rate (%)' + text: 'Pass Rate (%)', + font: { + size: 14 + } + }, + ticks: { + font: { + size: 12 + } } }, x: { title: { display: true, - text: 'Junior model and edit format' + text: 'Junior model and edit format', + font: { + size: 14 + } + }, + ticks: { + font: { + size: 12 + } } } }, @@ -117,7 +133,10 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8 label: { content: 'Previous SOTA', enabled: true, - position: 'end' + position: 'end', + font: { + size: 12 + } } } } @@ -125,6 +144,9 @@ o1-preview as Senior and Deepseek as Junior, raising the SOTA from 79.7% up to 8 legend: { display: true, labels: { + font: { + size: 12 + }, generateLabels: function(chart) { var colorMapping = { "o1-preview": "rgba(255, 206, 86, 0.2)",