screwlisp<p><a href="https://gamerplus.org/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://gamerplus.org/tags/graphing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>graphing</span></a> <a href="https://gamerplus.org/tags/plotting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>plotting</span></a> <a href="https://gamerplus.org/tags/visualization" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>visualization</span></a> <a href="https://gamerplus.org/tags/timeSeries" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>timeSeries</span></a> <a href="https://gamerplus.org/tags/gnuplot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gnuplot</span></a> <a href="https://gamerplus.org/tags/commonLisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>commonLisp</span></a> <a href="https://gamerplus.org/tags/lisp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lisp</span></a> <a href="https://gamerplus.org/tags/example" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>example</span></a> <a href="https://screwlisp.small-web.org/programming/common-lisp-invoking-gnuplot/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">screwlisp.small-web.org/progra</span><span class="invisible">mming/common-lisp-invoking-gnuplot/</span></a><br>I could not even find my own previous articles and <a href="https://gamerplus.org/tags/demos" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>demos</span></a> of this online!</p><p>I used <a href="https://gamerplus.org/tags/uiop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>uiop</span></a> run-program to handle one specific case like</p><p>(gnuplot "bad title" '((1 2) (3 4)) '((5 6) (7 8)))<br>or equivalently,<br>(apply 'gnuplot "bad title" '(((1 2) (3 4)) ((5 6) (7 8))))</p><p>Do you personally have an example? I remember it being hard to dredge up gnuplot examples but this is beyond silly.</p>