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

Candlestick Chart 3D

Signature

sp.candlestick3d(title, labels=None, open=None, high=None, low=None, close=None, *, x_label="Price", y_label="Bar", z_label="", bg_color="#1a1a2e", width=900, height=560, **kwargs) -> Chart

Aliases: sp.build_candlestick3d_chart(), sp.candlestick_3d(), sp.candlestick3d_chart(), sp.ohlc3d().

Description

sp.candlestick3d() renders OHLC candlesticks as 3D bars along a depth axis.

Parameters

Returns

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