Re: [matplotlib-devel] OpenGL backend with Galry

2012-11-16 Thread Fernando Perez
Hi Cyrille, On Fri, Nov 16, 2012 at 1:00 PM, Cyrille Rossant wrote: > Hi Fernando, > > It would be really great if galry could be integrated in the notebook > indeed. Is the code of this demo available somewhere, so that I can get an > idea about how this integration works? > > In theory, galry s

Re: [matplotlib-devel] OpenGL backend with Galry

2012-11-16 Thread Cyrille Rossant
Hi Fernando, It would be really great if galry could be integrated in the notebook indeed. Is the code of this demo available somewhere, so that I can get an idea about how this integration works? In theory, galry should be compatible with WebGL because one of the main components of galry is a sh

Re: [matplotlib-devel] OpenGL backend with Galry

2012-11-16 Thread Fernando Perez
Hi Cyrille, On Thu, Nov 15, 2012 at 11:24 AM, Cyrille Rossant wrote: > I am developing a high-performance interactive visualization package in > Python based on PyOpenGL (http://rossant.github.com/galry/). It is primarily > meant to be used as a framework for developing complex interactive GUIs (

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

[matplotlib-devel] RFC: boxplot_enhanced & paired_stats

2012-11-16 Thread Yaroslav Halchenko
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://nbviewer.ipython.org/url/www.onerussian.com/tmp/run_plots.ipynb I wond

Re: [matplotlib-devel] tick_params direction 'inout'

2012-11-16 Thread Benjamin Root
On Fri, Nov 16, 2012 at 7:44 AM, Mike Kaufman wrote: > On 11/15/12 2:54 PM, Paul Ivanov wrote: > > On Wed, Nov 14, 2012 at 7:37 PM, Mike Kaufman > > > > I just found that *direction* accepts 'inout' as well, which > > does indeed place the tick on both sides of the spine. So the > >

Re: [matplotlib-devel] tick_params direction 'inout'

2012-11-16 Thread Mike Kaufman
On 11/15/12 2:54 PM, Paul Ivanov wrote: > On Wed, Nov 14, 2012 at 7:37 PM, Mike Kaufman > I just found that *direction* accepts 'inout' as well, which > does indeed place the tick on both sides of the spine. So the > documentation should be updated to reflect this. > > > Thanks for the

Re: [matplotlib-devel] Interpolation in a triangular mesh (tri.Triangulation)

2012-11-16 Thread Ian Thomas
On 16 November 2012 05:14, Damon McDougall wrote: > >> I have a C++ TriFinder class > >> that I could modify to work within matplotlib, and it is O(log N) so > should > >> be faster than your version for typical use cases. > > > > What algorithm does this use? Is the code open source and/or availa

Re: [matplotlib-devel] Interpolation in a triangular mesh (tri.Triangulation)

2012-11-16 Thread Ian Thomas
On 15 November 2012 21:25, Chris Barker wrote: > On Wed, Nov 14, 2012 at 1:50 AM, Ian Thomas wrote: > > > I think the code used to determine which triangle contains a certain > point > > should be factored out into its own TriFinder class, > > +1 -- this is a generally useful feature. In fact, i