Add option to add title

This commit is contained in:
Dimitri Lozeve 2021-04-30 23:28:58 +02:00
parent 6301fa651d
commit 0b1b2f84b2
4 changed files with 12 additions and 3 deletions

View file

@ -14,5 +14,5 @@
(for/collect ((row csv))
(for/collect ((x row))
(or (string->number x) +nan.0)))))
(displayln (line-plot lsts
(displayln (line-plot lsts title: (if (null? args) "" (car args))
xlabel: (car names) names: (cdr names))))