On vendredi 3 octobre 2008, Alan wrote:
> We are developing an application (CING: cing.googlecodes.com) and we
You mean http://cing.googlecode.com (no "s")
[...]
> I don't have much idea at moment how to debug it better, but it seems
> that I cannot generate the PDFs because mtplib functions
Are you perhaps trying to plot data containing NaN or Inf? If so, this
is a known bug in 0.98.3 that has seen been corrected on SVN trunk.
A workaround is to pass masked arrays (where the NaNs and Infs are
masked out) to matplotlib instead.
But this bug should be gone in the next release of ma
Dear all,
I don't know much how to express this issue I am having but I will try.
We are developing an application (CING: cing.googlecodes.com) and we
have some routines to test the sanity of our code.
I am developing in python, on a mac book pro with Mac OSX tiger and FINK.
So when we were usi
I am under the impression that the way to go is now the mlab interface
to mayavi2. Here is a nice talk by Gael :
http://gael-varoquaux.info/physics/slides_Scipy2007.pdf
Johann
Eric Firing wrote:
> Lisa Tauxe wrote:
>
>> Are there any plans for incorporating this (what used to be mplot3d)
>>