101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

501
active users

#uiop

0 posts0 participants0 posts today

#programming #graphing #plotting #visualization #timeSeries #gnuplot #commonLisp #lisp #example screwlisp.small-web.org/progra
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.