[matplotlib-devel] EuroScipy 2015: Submission deadline in 3 days !!!

2015-04-27 Thread Nicolas P. Rougier
- Submission deadline in 3 days !!! - EuroScipy 2015, the annual conference on Python in science will take place in Cambridge, UK on 26-30 August 2015. The conference features two days of tutorials followed by two days of scientific t

Re: [matplotlib-devel] Alternative way of specifying plot layout

2015-04-26 Thread Nicolas P. Rougier
b/issues/1109 as a nice way to set up > all of the constraints. > > Tom > > On Thu, Mar 19, 2015 at 1:10 PM Nicolas P. Rougier > wrote: > Ok. I'll wait for the MEP directory to start writing a proposal. > Here is a flavor of what I think c

Re: [matplotlib-devel] Alternative way of specifying plot layout

2015-03-19 Thread Nicolas P. Rougier
#x27;s intent (e.g., all lower-case letters in the last row indicates > horizontal bars). It would also allow us to return the plotting axes separate > from the colorbar axes, which is how axes_grid1 does it, and it is very nice > that way. > > On Thu, Mar 19, 2015 at 6:31 AM, Nico

Re: [matplotlib-devel] Alternative way of specifying plot layout

2015-03-19 Thread Nicolas P. Rougier
I think you could specify colorbars using: ["AB"] (B is a vertical colorbar, 1/10 of total width) Nicolas > On 18 Mar 2015, at 18:52, Eric Firing wrote: > > On 2015/03/18 7:42 AM, Benjamin Root wrote: >> A thought... could this perhaps be extended somehow to specify colorbars >> in t

Re: [matplotlib-devel] Alternative way of specifying plot layout

2015-03-18 Thread Nicolas P. Rougier
ext to `subplots` > > Tom > > On Wed, Mar 18, 2015 at 1:14 PM Nicolas P. Rougier > wrote: > > Hi, > > I've been experimenting with a simple idea for specifying plot layout in a > rather intuitive way. > The idea is simply to "draw" your layout us

[matplotlib-devel] Alternative way of specifying plot layout

2015-03-18 Thread Nicolas P. Rougier
Hi,I've been experimenting with a simple idea for specifying plot layout in a rather intuitive way.The idea is simply to "draw" your layout using strings.Examples:layout = ["AB"]-> means two plots side by side with equal widthlayout = ["AAAB"]-> means two plots side by side A being 3 times wider th

Re: [matplotlib-devel] Kivy backend

2015-03-13 Thread Nicolas P. Rougier
transforms stack. While matplotlib's transforms stack is > fantastic, it is inherently limited to 2D operations. Upgrading the > transforms stack in some way would be huge thing to me. > > On Fri, Mar 13, 2015 at 1:08 PM, Nicolas P. Rougier > wrote: > > It might be d

Re: [matplotlib-devel] Kivy backend

2015-03-13 Thread Nicolas P. Rougier
It might be difficult to stick to matplotlib architecture and still benefit from OpenGL speed. There are a lot of GL techniques that speed up things a lot but are are not really compatible. For example, isolines, quiver plots, image interpolations and most transformations can be handled direct

Re: [matplotlib-devel] Matplotlib and Numfocus Fiscal Sponsorship Agreement (FSA)

2015-01-21 Thread Nicolas P. Rougier
+1. Great news. Nicolas. > On 21 Jan 2015, at 20:22, Chris Barker wrote: > > +1 -- sounds great! > > > > On Tue, Jan 20, 2015 at 7:48 AM, Michael Droettboom wrote: > Matplotlib > is a widely used, well regarded, and powerful visualization > library that has dominated th

Re: [matplotlib-devel] Better defaults all around?

2014-11-22 Thread Nicolas P. Rougier
I would be also quite interested in having better defaults. My list of "complains" are: * Easy way to get only two lines for axis (left and down, instead of four) * Better default font (Source Sans Pro / Source Code Pro for example (open source)) * Better default colormap * Better axis limit (

[matplotlib-devel] Ten Simple Rules for Better Figures (update)

2014-09-27 Thread Nicolas P . Rougier
Simple Rules for Better Figures > Nicolas P. Rougier, Michael Droettboom, Philip E. Bourne > PLOS Computational Biology > URL: http://www.ploscompbiol.org/article/info:doi/10.1371/journal.pcbi.1003833 > > > All the figures have been made using matplotlib and sources are available

[matplotlib-devel] Ten Simple Rules for Better Figures

2014-09-11 Thread Nicolas P. Rougier
Hi all, I'm very pleased to announce the publication of a paper I've written with Michael Droettboom and Philip E. Bourne. Ten Simple Rules for Better Figures Nicolas P. Rougier, Michael Droettboom, Philip E. Bourne PLOS Computational Biology URL: http://www.ploscompbiol.org/articl

Re: [matplotlib-devel] AGG site down?

2014-08-02 Thread Nicolas P. Rougier
This has been discussed on the agg mailing list and the new official site is: http://agg.sourceforge.net/antigrain.com/index.html (antigrain.com was down for a while then up for ~ 1 month and is now broken again, not sure what happened). And the project is still alive. Nicolas On 03 Aug 20