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

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.