> Thanks for the update, I'll try it tuesday from work, but I don't think
> it will change anything. I'll post some pictures/data if you want.
> What I'm passing as argument for c is a numpy array of dimension (N, 3)
> with floats between 0 and 1. When I get rid of the check at line 3777, I
> can
There have been some complaints about leaking FT2Font objects: it
seems that if you make too many plots, mpl crashes because it has
opened the same font files too many times. I think this is a symptom
of the same GUI memory leaks that have been discussed earlier.
Inspired by http://www.python.org/