aoc2020/scripts/plot.scrbl

15 lines
340 B
Plaintext
Raw Normal View History

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