[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

Re: [matplotlib-devel] Problem with violinplot

2015-07-03 Thread Thomas Caswell
The KDE computation code is a copy of the KDE code from scipy ( https://github.com/scipy/scipy/blob/master/scipy/stats/kde.py), I suggest raising this issue on their mailing list/github. I strongly suspect that violin plot should be doing data sanitation on the way in or catching exceptions like

Re: [matplotlib-devel] SciPy 2015 BoF Session

2015-07-03 Thread Kyle Mandli
There are two matplotlib related BoFs submitted (and scheduled) right now. One is titled “matplotlib 2.0” and the other “visualization”. Hopefully this is what you had in mind, if not let us know and we can schedule another BoF. Kyle On Jun 22, 2015, at 10:28 AM, Benjamin Root