11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
|
#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))
|