Globe Chart 3D
Signature
sp.globe3d(title, lats=None, lons=None, values=None, *, project="orthographic", bg_color="#0a0a1a", width=900, height=600, **kwargs) -> Chart
Aliases: sp.build_globe3d_chart(), sp.globe_3d(), sp.globe3d_chart(), sp.globe().
Description
sp.globe3d() plots geo-located values as a heat-colored 3D globe.
Parameters
Returns
Chart object with an .html property and a .show() method.