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) #<GNUPLOT {B5EFB49}> 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
This didn't seem to "go through" for some reason -- figured I'd try again...
Date: Thu, 22 Jan 2009 08:35:50 -0800 Subject: patch: xticlabels for box plot To: clnuplot-devel@common-lisp.net
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) #<GNUPLOT {B5EFB49}> 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 for putting together CLNUPLOT,
Alan
Hi David,
Thanks for the patch. I will try to commit it and push it back out "soon." :-).
I'm glad you like CLnuplot.
On Jan 29, 2009, at 12:25 PM, david thompson wrote:
This didn't seem to "go through" for some reason -- figured I'd try again...
Date: Thu, 22 Jan 2009 08:35:50 -0800 Subject: patch: xticlabels for box plot To: clnuplot-devel@common-lisp.net
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) #<GNUPLOT {B5EFB49}> 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 for putting together CLNUPLOT,
Alan <plots.lisp.patch>_______________________________________________ clnuplot-devel mailing list clnuplot-devel@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
Pushed.
thanks again,
On Jan 29, 2009, at 12:25 PM, david thompson wrote:
This didn't seem to "go through" for some reason -- figured I'd try again...
Date: Thu, 22 Jan 2009 08:35:50 -0800 Subject: patch: xticlabels for box plot To: clnuplot-devel@common-lisp.net
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) #<GNUPLOT {B5EFB49}> 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 for putting together CLNUPLOT,
Alan <plots.lisp.patch>_______________________________________________ clnuplot-devel mailing list clnuplot-devel@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
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) #<GNUPLOT {B5EFB49}> 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 <plots.lisp.patch>_______________________________________________ clnuplot-devel mailing list clnuplot-devel@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
clnuplot-devel@common-lisp.net