Re: [Matplotlib-users] DistributionChart equivalent?

2013-07-09 Thread Carlos Becker
The violinplots look amazing, that is what I was looking for, thanks!! Carlos -- Carlos On Mon, Jul 8, 2013 at 10:57 PM, josef.p...@gmail.com wrote: On Mon, Jul 8, 2013 at 4:36 PM, Benjamin Root ben.r...@ou.edu wrote: This looks very similar to

Re: [Matplotlib-users] [Patch] Patch for fontmanager crash

2013-07-09 Thread Nicolas Mailhot
Le Lun 8 juillet 2013 18:18, Martin Mokrejs a écrit : Nicolas Mailhot wrote: Hi, In matplotlib 1.2.1, the get_name function is not garding against none self (unlike other functions); Unfortunately it seems I have a workload that makes matplotlib call get_name with None (wasn't the case in

Re: [Matplotlib-users] [Patch] Patch for fontmanager crash

2013-07-09 Thread Nicolas Mailhot
Le Mar 9 juillet 2013 15:14, Nicolas Mailhot a écrit : Le Lun 8 juillet 2013 18:18, Martin Mokrejs a écrit : Could you instead just test for if not self._family? Tests for equality are more expensive (that means self._family == 0 or self._family == False will also trigger your return).

Re: [Matplotlib-users] [Patch] Patch for fontmanager crash

2013-07-09 Thread Martin Mokrejs
Hi Nicolas, Nicolas Mailhot wrote: Le Mar 9 juillet 2013 15:14, Nicolas Mailhot a écrit : Le Lun 8 juillet 2013 18:18, Martin Mokrejs a écrit : Could you instead just test for if not self._family? Tests for equality are more expensive (that means self._family == 0 or self._family ==