aoc2023/scripts/plot.scrbl

15 lines
343 B
Plaintext
Raw Permalink Normal View History

2023-12-01 21:07:19 +00:00
#lang scribble/base
@(require plot/no-gui racket racket/date "plot")
@(date-display-format 'iso-8601)
@(define now (current-date))
2023-12-01 21:16:32 +00:00
@title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{jiti house score chart}
2023-12-01 21:07:19 +00:00
meow
last updated: @(date->string now #t)
@(parameterize ([plot-width 2048] [plot-height 1024])
(make-plot plot-pict))