You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Violinplot tries to create the legend using the first violin only. If this violin does not have both 'hue' present (with split=True), legend creation fails.
File "c:\users\ahju\documents\kamera\seaborn\seaborn\distributions.py", line 1293, in violinplot
plotter.plot(ax)
File "c:\users\ahju\documents\kamera\seaborn\seaborn\distributions.py", line 982, in plot
self.draw_violins(ax)
File "c:\users\ahju\documents\kamera\seaborn\seaborn\distributions.py", line 764, in draw_violins
self.add_legend_data(ax, support[0], 0,
IndexError: index 0 is out of bounds for axis 0 with size 0
The text was updated successfully, but these errors were encountered:
Violinplot tries to create the legend using the first violin only. If this violin does not have both 'hue' present (with split=True), legend creation fails.
gives
The text was updated successfully, but these errors were encountered: