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

Ridgeline Chart 3D

Signature

sp.ridgeline3d(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_ridgeline3d_chart(), sp.ridgeline_3d(), sp.ridgeline3d_chart(), sp.joy_plot3d().

Description

sp.ridgeline3d() renders overlapping density ridges as layered 3D surfaces.

Parameters

Returns

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