Violin Chart 3D
Signature
sp.violin3d(title, categories=None, labels=None, values=None, *, x_label="", y_label="", z_label="", bg_color="#1a1a2e", width=900, height=560, **kwargs) -> Chart
Aliases: sp.build_violin3d_chart(), sp.violin_3d(), sp.violin3d_chart(), sp.violins3d().
Description
sp.violin3d() renders distribution violins as layered 3D surfaces, one per category.
Parameters
Returns
Chart object with an .html property and a .show() method.