Re: [matplotlib-devel] RFC: boxplot_enhanced & paired_stats

2012-11-17 Thread Yaroslav Halchenko
Thanks everyone for the feedback. yeah -- scipy dependency is just a joke, as I said, since only sem is in use, so would be trivial to 'fix'. As for where to contribute unless to matplotlib -- I would have just sticked it in our own PyMVPA ;) but I think those would be generally useful, so I wil

Re: [matplotlib-devel] RFC: boxplot_enhanced & paired_stats

2012-11-16 Thread Paul Hobson
On Fri, Nov 16, 2012 at 7:58 AM, Skipper Seabold wrote: > On Fri, Nov 16, 2012 at 10:19 AM, Yaroslav Halchenko > wrote: > > I just found some code (http://www.onerussian.com/tmp/plots.py and > > pasted below for review/feedback) laying around which I wrote around > > matplotlib for plotting prima

Re: [matplotlib-devel] RFC: boxplot_enhanced & paired_stats

2012-11-16 Thread Skipper Seabold
On Fri, Nov 16, 2012 at 10:19 AM, Yaroslav Halchenko wrote: > I just found some code (http://www.onerussian.com/tmp/plots.py and > pasted below for review/feedback) laying around which I wrote around > matplotlib for plotting primarily pair-wise stats results. Here is a > demonstration: > http:/