Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-13 Thread Fernando Perez
Hi Ben, On Sat, Aug 11, 2012 at 8:30 AM, Benjamin Root wrote: > I have said this before, and it can't be repeated often enough. The work > that you and your team has been doing the past few years with the notebook > is *already* revolutionizing how we teach python. 10 years from now, > programm

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-11 Thread Benjamin Root
On Saturday, August 11, 2012, Fernando Perez wrote: > On Sat, Aug 11, 2012 at 12:09 AM, Nicolas Rougier > > wrote: > > By the way, I suspect the simple plot part may well suited for the > ipython notebook ! > > I'll give it a try. > > Actually in the notebook it is now possible to enable exercises

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-11 Thread Matthias BUSSONNIER
Le 11 août 2012 à 10:43, Nicolas Rougier a écrit : > > > Fantastic ! This is very valuable teaching material. > Really great job and big thanks to all the ipython developers. > > Matthias, hope to see you at Euroscipy (and see some ipython demos). > In fact, I've also some questions around ipy

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-11 Thread Nicolas Rougier
Fantastic ! This is very valuable teaching material. Really great job and big thanks to all the ipython developers. Matthias, hope to see you at Euroscipy (and see some ipython demos). In fact, I've also some questions around ipython/webgl for you... Nicolas On Aug 11, 2012, at 9:17 , Fernan

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-11 Thread Fernando Perez
On Sat, Aug 11, 2012 at 12:09 AM, Nicolas Rougier wrote: > By the way, I suspect the simple plot part may well suited for the ipython > notebook ! > I'll give it a try. Actually in the notebook it is now possible to enable exercises, hints, reveal-boxes, etc. I'm cc'ing here Matthias Bussonnier

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-11 Thread Nicolas Rougier
Thanks Fernando ! By the way, I suspect the simple plot part may well suited for the ipython notebook ! I'll give it a try. Nicolas On Aug 11, 2012, at 4:55 , Fernando Perez wrote: > On Fri, Aug 10, 2012 at 5:23 AM, Nicolas Rougier > wrote: >> >> I've just finished a new introductory tut

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Fernando Perez
On Fri, Aug 10, 2012 at 5:23 AM, Nicolas Rougier wrote: > > I've just finished a new introductory tutorial for incoming Euroscipy 2012. > You can find it here: > > http://www.loria.fr/~rougier/teaching/matplotlib/ Wow! Other than the rendering glitches already mentioned, this is *awesome*. We'

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Nicolas Rougier
Not at all of course. Glad this might be of some help for matplolib. Nicolas On Aug 10, 2012, at 16:03 , Michael Droettboom wrote: > Very nice. I'm thinking of some ideas to revamp the > documentation/website, and one thing I would like to do is to link to > some of these external resourc

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Nicolas Rougier
Thanks, just forgot about the license. It will be the same as the scipy lecture notes which is a Creative Commons Attribution 3.0 United States License (CC-by) http://creativecommons.org/licenses/by/3.0/us Would that be ok or is a BSD one more suited ? Nicolas On Aug 10, 2012, at 15:10 , B

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Nicolas Rougier
Thank you all, I will try to correct that. I developed it in full screen mode and did not paid attention to the layout. Nicolas On Aug 10, 2012, at 15:33 , Fabrice Silva wrote: > Le vendredi 10 août 2012 à 14:19 +0100, Damon McDougall a écrit : >> On Fri, Aug 10, 2012 at 09:10:15AM -0400, Benj

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Michael Droettboom
Very nice. I'm thinking of some ideas to revamp the documentation/website, and one thing I would like to do is to link to some of these external resources. Do you have any objections to me linking to this? Mike On 08/10/2012 08:23 AM, Nicolas Rougier wrote: > > Hi all, > > > I've just finish

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Tony Yu
On Fri, Aug 10, 2012 at 8:23 AM, Nicolas Rougier wrote: > > > Hi all, > > > I've just finished a new introductory tutorial for incoming Euroscipy > 2012. You can find it here: > > http://www.loria.fr/~rougier/teaching/matplotlib/ > > > It is based on Mike Müller tutorial from scipy lecture notes (

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Fabrice Silva
Le vendredi 10 août 2012 à 14:19 +0100, Damon McDougall a écrit : > On Fri, Aug 10, 2012 at 09:10:15AM -0400, Benjamin Root wrote: > > > > Nice work. I haven't read through all of it yet, but I did notice a layout > > issue in firefox (using 10.0.4). Many of the code snippets are being > > place

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Damon McDougall
On Fri, Aug 10, 2012 at 09:10:15AM -0400, Benjamin Root wrote: > On Fri, Aug 10, 2012 at 8:23 AM, Nicolas Rougier > wrote: > > > > > Hi all, > > > > I've just finished a new introductory tutorial for incoming Euroscipy > > 2012. You can find it here: > > > > http://www.loria.fr/~rougier/teaching/m

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Benjamin Root
On Fri, Aug 10, 2012 at 8:23 AM, Nicolas Rougier wrote: > > > Hi all, > > > I've just finished a new introductory tutorial for incoming Euroscipy > 2012. You can find it here: > > http://www.loria.fr/~rougier/teaching/matplotlib/ > > > It is based on Mike Müller tutorial from scipy lecture notes (

[Matplotlib-users] New tutorial (beginner level)

2012-08-10 Thread Nicolas Rougier
Hi all, I've just finished a new introductory tutorial for incoming Euroscipy 2012. You can find it here: http://www.loria.fr/~rougier/teaching/matplotlib/ It is based on Mike Müller tutorial from scipy lecture notes (http://scipy-lectures.github.com/intro/matplotlib/matplotlib.html) Sour