From b04d2e1b5c8a048025b63f1f35e42f18bbd3068e Mon Sep 17 00:00:00 2001 From: xenia Date: Fri, 1 Dec 2023 16:16:32 -0500 Subject: [PATCH] bikeshed --- .gitignore | 1 + scripts/plot | 5 +---- scripts/plot.scrbl | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ed3a37f..e8506bf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /.status.rktd *.zo *.dep +/rendered diff --git a/scripts/plot b/scripts/plot index b864047..c5a2942 100755 --- a/scripts/plot +++ b/scripts/plot @@ -45,10 +45,7 @@ (define point-values (make-hash)) (for* ([day (in-range 1 26)] [level (in-range 1 3)]) - (hash-set! point-values (cons day level) - (if (= day 1) - 0 ; day 1 is worth no points u___u - max-pts))) + (hash-set! point-values (cons day level) max-pts)) (define point-tls (make-hash)) (for ([(mid _) (in-hash member-names)]) diff --git a/scripts/plot.scrbl b/scripts/plot.scrbl index ba4217c..89326cc 100644 --- a/scripts/plot.scrbl +++ b/scripts/plot.scrbl @@ -4,7 +4,7 @@ @(date-display-format 'iso-8601) @(define now (current-date)) -@title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{BLĂ…HAJ score chart} +@title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{jiti house score chart} meow