openseries.load_plotly_dict

openseries.load_plotly_dict(*, responsive=True)[source]

Load Plotly defaults.

Parameters:

responsive (bool) – Flag whether to load as responsive. Defaults to True.

Returns:

A tuple (config_and_layout, logo) where config_and_layout is the Plotly config and layout template dict, and logo is the Captor logo dict (may be empty if the remote logo is unavailable).

Return type:

tuple[PlotlyLayoutType, CaptorLogoType]