#lang scribble/base @(require plot/no-gui racket racket/date "plot") @(date-display-format 'iso-8601) @(define now (current-date)) @title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{BLĂ…HAJ score chart} meow last updated: @(date->string now #t) @(parameterize ([plot-width 2048] [plot-height 1024]) (make-plot plot-pict))