Re: [matplotlib-devel] Updating MPlot3D to a more recent matplotlib.

2009-03-05 Thread Johann Cohen-Tanugi
wouaouh. if I had known that sumpy had this functionality, I would have downloaded it ages ago. This is a good example of justified 'taylorisation', IMHO. Big +1 on seing this moved from sympy to matplotlib. I am not expert at coding guis et al, but if you need reviewers/testers or doc write

Re: [matplotlib-devel] Full rebuild in order

2008-06-12 Thread Johann Cohen-Tanugi
right, I agree : I tried because I did not know for sure whether it would work or not, and because that was post-lunch time :) Looks like bleeding edge sphinx is not required seemingly! Johann John Hunter wrote: > On Thu, Jun 12, 2008 at 9:52 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote

Re: [matplotlib-devel] Full rebuild in order

2008-06-12 Thread Johann Cohen-Tanugi
Personnally I get: build/latex/Matplotlib.tex:$\Cap$ \code{\textbackslash{}Cap} but I have sphinx 0.3 which is the version easy_installed on my FC8 box. Actually I wonder how much trouble this 0.3 version is a promise of. Johann Michael Droettboom wrote: > Interestingly, sphinx *doesn't* def

Re: [matplotlib-devel] Full rebuild in order

2008-06-12 Thread Johann Cohen-Tanugi
thanks Darren, I just tried and it completed to a readable pdf files, though after a couple of error message of this type : ! Undefined control sequence. \Equiv l.2379 \end{tabulary} ? x escaping with 'x' everythime lead to completion best, Johann

Re: [matplotlib-devel] Full rebuild in order

2008-06-11 Thread Johann Cohen-Tanugi
I did not manage to build it either, but with another error, the output is actually huge, and ipython (how come it is called?) crashes, but after CTRL-C I get: Original exception was: Traceback (most recent call last): File "make.py", line 54, in all() File "make.py", line 39, in all

Re: [matplotlib-devel] Adding Backends

2008-06-08 Thread Johann Cohen-Tanugi
Eric Firing wrote: > Ryan May wrote: > >> Eric Firing wrote: >> >>> rcsetup can't get it from backends/__init__.py because that would set >>> a backend selection in stone. But backends/__init__.py can get it >>> from rcsetup, and I am in the process of making that change on the >>> tr

Re: [matplotlib-devel] Improved histogram w/multiple types

2008-05-15 Thread Johann Cohen-Tanugi
hello, is there an example in the distribution that shows these new features? How about the idea to allow for an option to get cumulative histograms, that sounded a very nice idea thanks, Johann Manuel Metz wrote: > Eric Firing wrote: > >> John Hunter wrote: >> >>> On Wed, Apr 2, 200

Re: [matplotlib-devel] plotting a series of 3D points and, picker=True and 3D

2008-01-31 Thread Johann Cohen-Tanugi
Actually, it seems that the following thread is also relevant to this issue : [matplotlib-devel] merging sympy plotting stuff with matplotlib --