aoc2020/scripts/plot.scrbl

11 lines
228 B
Plaintext
Raw Normal View History

2020-12-05 04:59:00 +00:00
#lang scribble/base
@(require plot/no-gui racket "plot")
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
@(parameterize ([plot-width 2048] [plot-height 1024])
(make-plot plot-pict))