Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

KDE Chart 3D

Signature

sp.kde3d(title, categories=None, values=None, *, x_label="", y_label="", z_label="", bg_color="#1a1a2e", width=900, height=560, **kwargs) -> Chart

Aliases: sp.build_kde3d_chart(), sp.kde_3d(), sp.kde3d_chart(), sp.density3d().

Description

sp.kde3d() renders kernel-density estimate ridges as layered 3D surfaces, one per category.

Parameters

Returns

Chart object with an .html property and a .show() method.