[matplotlib-devel] MPL in the wild

2009-05-07 Thread Fernando Perez
Neat to see mpl getting into the linux kernel-dev crowd: http://lwn.net/Articles/329458/ (see the two screenshots). I wasn't thrilled with the charts being described as 'rudimentary', but what can you do :) Congrats to the team! World domination is assured... Cheers, f -

Re: [matplotlib-devel] debugger in docs

2009-05-07 Thread Jouni K . Seppänen
John Hunter writes: > I was just trying to build the docs in svn HEAD< and got an exception > that through me into the debugger. This is something I haven't seen > before -- does anyone know where the debugger is being turned on In make.py, sphinx-build is called with -P: if os.system('sph

[matplotlib-devel] debugger in docs

2009-05-07 Thread John Hunter
I was just trying to build the docs in svn HEAD< and got an exception that through me into the debugger. This is something I haven't seen before -- does anyone know where the debugger is being turned on And thanks JJ for the excellent legend tutorial! JDH ---