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:/

Re: [matplotlib-devel] GSOC mentoring organization

2012-03-06 Thread Skipper Seabold
On Tue, Mar 6, 2012 at 11:43 AM, John Hunter wrote: > > > On Tue, Mar 6, 2012 at 10:31 AM, Skipper Seabold > wrote: >> >> >> > One thing I am unclear on.  They make a distinction between being >> > mentors >> > and organization ad

Re: [matplotlib-devel] GSOC mentoring organization

2012-03-06 Thread Skipper Seabold
On Tue, Mar 6, 2012 at 11:25 AM, John Hunter wrote: > > > On Tue, Mar 6, 2012 at 9:57 AM, Nicolas Rougier > wrote: >> >> >> And this page seems to gather all relevant links: >> >> >> http://www.google-melange.com/gsoc/document/show/gsoc_program/google/gsoc2012/userguide >> > > > One thing I am un

[matplotlib-devel] Caption in Plot Directive

2012-01-06 Thread Skipper Seabold
Moving this to matplotlib-devel On Thu, Jan 5, 2012 at 1:17 PM, Skipper Seabold wrote: > Is this information incorrect? > > http://matplotlib.sourceforge.net/devel/documenting_mpl.html#module-matplotlib.sphinxext.plot_directive > > This line seems to preclude ever getting to th

Re: [matplotlib-devel] Building on Windows (Was Re: Calling all Mac OSX users!)

2011-08-18 Thread Skipper Seabold
On Wed, Aug 17, 2011 at 7:33 PM, Christoph Gohlke wrote: > On 8/17/2011 4:05 PM, Skipper Seabold wrote: > > On Wed, Aug 17, 2011 at 4:21 PM, Christoph Gohlke > <mailto:cgoh...@uci.edu>> wrote: > >> > >> > >>  On 8/17/2011 12:03 PM, Skipper Seabo

[matplotlib-devel] Building on Windows (Was Re: Calling all Mac OSX users!)

2011-08-17 Thread Skipper Seabold
On Wed, Aug 17, 2011 at 4:21 PM, Christoph Gohlke wrote: > > > On 8/17/2011 12:03 PM, Skipper Seabold wrote: >> On Wed, Aug 17, 2011 at 4:49 AM, Christoph Gohlke wrote: >> >>> The only thing worth providing might be the prebuilt static link libraries >>>

Re: [matplotlib-devel] Calling all Mac OSX users!

2011-08-17 Thread Skipper Seabold
On Wed, Aug 17, 2011 at 4:49 AM, Christoph Gohlke wrote: > The only thing worth providing might be the prebuilt static link libraries > and header files for zlib, libpng, and freetype for the 4 different MSC > compilers/runtime libraries. This would be very helpful. I haven't been able to track

Re: [matplotlib-devel] bug in pyplot.subplot if squeeze is False

2011-06-02 Thread Skipper Seabold
On Tue, May 31, 2011 at 9:25 PM, Skipper Seabold wrote: > I filed a bug report here [1]. If squeeze is false, ret never gets defined. > > https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/pyplot.py#L794 > > Skipper > > [1] > https://sourceforge.net/

Re: [matplotlib-devel] bug in plot_basedir and changed default directory in plot_directive?

2011-06-02 Thread Skipper Seabold
On Tue, May 31, 2011 at 9:18 PM, Skipper Seabold wrote: > It seems that this commit [1] changed the default directory for the > sphinx plots directory (now needs to be alongside the directive and > not in the directory above it?) and now our project's docs will not > build

[matplotlib-devel] bug in pyplot.subplot if squeeze is False

2011-05-31 Thread Skipper Seabold
I filed a bug report here [1]. If squeeze is false, ret never gets defined. https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/pyplot.py#L794 Skipper [1] https://sourceforge.net/tracker/?func=detail&aid=3309967&group_id=80706&atid=560720 PS. Should I ping the user or devel lis

[matplotlib-devel] bug in plot_basedir and changed default directory in plot_directive?

2011-05-31 Thread Skipper Seabold
It seems that this commit [1] changed the default directory for the sphinx plots directory (now needs to be alongside the directive and not in the directory above it?) and now our project's docs will not build across different versions of matplotlib without some magic. So I tried setting from os.p