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

Scatter Chart 3D

Signature

sp.scatter3d(title, x=None, y=None, z=None, *, color_hex=0x6366F1, palette=None, bg_color="#1a1a2e", width=900, height=600, x_label="", y_label="", z_label="", **kwargs) -> Chart

Aliases: sp.build_scatter3d_chart(), sp.scatter_3d(), sp.scatter3d_chart().

Description

sp.scatter3d() scatters individual points in 3D space, useful for clustering and outlier/regression dream methods.

Parameters

Returns

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