Bubble Chart 3D
Signature
sp.bubble3d(title, x=None, y=None, z=None, sizes=None, *, palette=None, bg_color="#1a1a2e", width=900, height=600, x_label="", y_label="", z_label="", **kwargs) -> Chart
Aliases: sp.build_bubble3d_chart(), sp.bubble_3d().
Description
sp.bubble3d() scatters points in 3D space with marker size mapped to an extra value dimension.
Parameters
Returns
Chart object with an .html property and a .show() method.