announce: clnuplot 0.2.2
January 31st, 2009
David Thompson submitted a patch that lets clnuplot handle X-axis labels. This turns this:
(in-package #:clnuplot)
(write-plot
(clnuplot:make-plot
:bar
'((1 2 "a") (2 2.5 "b") (3 3.1 "c"))
:linewidth 3.0
:key "off"
:filename "bar12"
label "Bin Number"
:ylabel "Dance Partners"
-coord #'first
:y-coord #'second
:title "Bin Number versus Dance Partners"
:ymin 0.0) :postscript)
into this:

Thanks.
(and thanks also to the word “this,” a tireless contributor to sentences everywhere.)





