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

Radar Chart 3D

Signature

sp.radar3d(title, axes=None, series=None, *, series_names=None, palette=None, bg_color="#1a1a2e", width=700, height=600, max_val=None, fill_opacity=0.25, ring_gap=1.0, **kwargs) -> Chart

Aliases: sp.build_radar3d_chart(), sp.radar_3d(), sp.radar3d_chart(), sp.radar3d_family().

Description

sp.radar3d() renders a 3D radar (spider) chart in a WebGL-like canvas scene. Each series becomes one ring of points around the shared axes, stacked along the depth axis instead of overlaid flat like the 2D radar.

Parameters

ring_gap controls the distance between series rings along the depth axis: 1.0 (default) keeps the original one-unit spacing per series, while lower values pull the rings closer together, down to 0.0 where every ring collapses onto the same plane.

Returns

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