Lollipop Chart 3D
Signature
sp.lollipop3d(title, x=None, y=None, z=None, *, color_labels=None, x_label="", y_label="", z_label="", bg_color="#1a1a2e", width=900, height=560, **kwargs) -> Chart
Aliases: sp.build_lollipop3d_chart(), sp.lollipop_3d(), sp.lollipop3d_chart().
Description
sp.lollipop3d() renders a stick-and-ball lollipop marker for each point in 3D space.
Parameters
Returns
Chart object with an .html property and a .show() method.