From gwking at metabang.com Tue Jul 21 16:22:15 2009 From: gwking at metabang.com (Gary King) Date: Tue, 21 Jul 2009 12:22:15 -0400 Subject: [clnuplot-devel] common-lisp.net darcs link In-Reply-To: References: Message-ID: Hi David, Again, my thanks for catching this glitch and my apologies that your message has been in limbo for so long. I've fixed the link. On Jan 21, 2009, at 4:23 PM, david thompson wrote: > The darcs download directions on common-lisp.net may be in need of > clarification: > > darcs get http://common-lisp.net/project/clnuplot > > > gives me an error. > > However, > > darcs get http://common-lisp.net/project/clnuplot/darcs > > seems to work fine. > > - Alan > > > > > _______________________________________________ > clnuplot-devel mailing list > clnuplot-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/clnuplot-devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter -------------- next part -------------- An HTML attachment was scrubbed... URL: From gwking at metabang.com Tue Jul 21 16:14:15 2009 From: gwking at metabang.com (Gary King) Date: Tue, 21 Jul 2009 12:14:15 -0400 Subject: [clnuplot-devel] patch: xticlabels for box plot In-Reply-To: References: Message-ID: <9C47D313-6E4C-40D7-AD59-FD6778981216@metabang.com> Hi David, Thanks for this diff and my apologies for letting it sit in limbo for so long. I'll apply it shortly. On Jan 22, 2009, at 11:35 AM, david thompson wrote: > Thanks for putting together CLNUPLOT. I had some interest in putting > labels on the x axis with a box plot -- i.e., being able to do > something like > > 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" > :xlabel "Bin Number" > :ylabel "Dance Partners" > :x-coord #'first > :y-coord #'second > :title "Bin Number versus Dance Partners" > :ymin 0.0) :postscript) > # > CLNUPLOT> > > > If interested, the attached diff should support the above syntax... > The main changes: > - extending the data points for the box plot type so that there is a > fourth 'column', the label column > - altering the plot command to use xticlabels > > > Thanks again, > > Alan > _______________________________________________ > clnuplot-devel mailing list > clnuplot-devel at common-lisp.net > http://common-lisp.net/cgi-bin/mailman/listinfo/clnuplot-devel -- Gary Warren King, metabang.com Cell: (413) 559 8738 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM * gwking on twitter