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

Line Chart 3D

Signature

sp.line3d(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_line3d_chart(), sp.line_3d(), sp.line3d_chart(), sp.line3d_family(), sp.lines3d().

Description

sp.line3d() traces a connected line through points in 3D space.

Parameters

Returns

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