Re: [matplotlib-devel] Problem with violinplot

2015-07-06 Thread elmar werling
wrote: > Yes, that seems reasonable. @elmar you seem to have a pretty good grasp > of the code and the use case, would you mind taking a crack at adding > those special cases? > > Tom > > On Sat, Jul 4, 2015 at 8:58 AM elmar werling <mailto:el...@net4werling.de>> w

Re: [matplotlib-devel] Problem with violinplot

2015-07-04 Thread elmar werling
t? On 04.07.2015 12:28, elmar werling wrote: > from an end user point of view, matplotlibs violinplot should just do > the same as seaborns violinplot. > > > # > import numpy as np > import matplotlib.pyplot a

Re: [matplotlib-devel] Problem with violinplot

2015-07-04 Thread elmar werling
I am not familiar > enough with the math to be sure what it should do instead. > > Tom > > On Fri, Jul 3, 2015 at 11:41 AM elmar werling > <mailto:el...@net4werling.de>> wrote: > > > Hi all, > > violinplot is crashing with singular matrix data. See examp

[matplotlib-devel] Problem with violinplot

2015-07-03 Thread elmar werling
Hi all, violinplot is crashing with singular matrix data. See example. Is this behaviour for a singular matrix intended or just a bug? Cheers Elmar # import numpy as np import matplotlib.pyplot as plt # data mimicing the # original cumsum