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

Heatmap Chart 3D

Signature

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

Aliases: sp.build_heatmap3d_chart(), sp.heatmap_3d(), sp.heatmap3d_chart(), sp.heatmaps3d().

Description

sp.heatmap3d() renders a value matrix as a grid of extruded 3D cells.

Parameters

Returns

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