#programming #graphing #plotting #visualization #timeSeries #gnuplot #commonLisp #lisp #example https://screwlisp.small-web.org/programming/common-lisp-invoking-gnuplot/
I could not even find my own previous articles and #demos of this online!
I used #uiop run-program to handle one specific case like
(gnuplot "bad title" '((1 2) (3 4)) '((5 6) (7 8)))
or equivalently,
(apply 'gnuplot "bad title" '(((1 2) (3 4)) ((5 6) (7 8))))
Do you personally have an example? I remember it being hard to dredge up gnuplot examples but this is beyond silly.