Add option to add title
This commit is contained in:
parent
6301fa651d
commit
0b1b2f84b2
4 changed files with 12 additions and 3 deletions
2
demo.ss
2
demo.ss
|
@ -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))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue