[Matplotlib-users] EuroScipy 2015: Extended deadline (15/05/2015)

2015-05-01 Thread Nicolas P. Rougier
Extended deadline: 15th May 2015 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 talk

[Matplotlib-users] EuroScipy 2015 : Call for talks, posters and tutorials [Reminder]

2015-04-17 Thread Nicolas P. Rougier
[Apology for cross-posting] Dear all, 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 talks & posters and an extra day dedicated to developer spri

[Matplotlib-users] EuroScipy 2015: Call for talks, posters & tutorials

2015-03-24 Thread Nicolas P. Rougier
Dear all, 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 talks & posters and an extra day dedicated to developer sprints. It is the major event in

Re: [Matplotlib-users] Are matplotlib paths equivalent to svg paths?

2015-03-04 Thread Nicolas P. Rougier
leading "c" for the > bezier curve in my path whereas your path has a "c" for every three points. > I'm not quite sure the difference, maybe Inkscape outputs a non-standard > form. > > > Jason > moorepants.info > +01 530-601-9791 > > On

Re: [Matplotlib-users] Are matplotlib paths equivalent to svg paths?

2015-03-04 Thread Nicolas P. Rougier
Here is a (limited) SVG path parser I made some time ago: https://github.com/rougier/LinuxMag-HS-2014/blob/master/matplotlib/firefox.py The svg_parse function might just do what you're trying to achieve. Nicolas > On 04 Mar 2015, at 20:51, Jason Moore wrote: > > Hi, > > I have some SVGs w

Re: [Matplotlib-users] [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-users] Diplaying 2D images in mplot3d

2014-10-01 Thread Nicolas P. Rougier
You might want to have a look at vispy.org, we implemented the wx backend and there are several examples available. (and the new glumpy home is http://glumpy.github.io) vispy examples at http://vispy.org/gallery.html Nicolas On 01 Oct 2014, at 20:27, Fabrice C. wrote: > Dear Ben, > > Than

[Matplotlib-users] 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-users] 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-users] Tutorial on perceptual colormaps

2014-08-06 Thread Nicolas P. Rougier
Really great material (ipython notebook and videos), thanks a lot to you all. Are the slides available somewhere by any chance ? Nicolas On 06 Aug 2014, at 15:25, Damon McDougall wrote: > On Mon, Aug 4, 2014 at 5:20 PM, Matteo Niccoli wrote: >> Hi All >> >> I recently wrote a tutorial on