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
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
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 wrote:
>
>