aoc2020/scripts/plot.scrbl

11 lines
228 B
Racket

#lang scribble/base
@(require plot/no-gui racket "plot")
@title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{BLÁHAJ score chart}
meow
@(parameterize ([plot-width 2048] [plot-height 1024])
(make-plot plot-pict))