differt.plotting.process_plotly_kwargs

differt.plotting.process_plotly_kwargs#

process_plotly_kwargs(kwargs)[source]#

Process keyword arguments passed to some Plotly plotting utility.

Parameters:

kwargs (MutableMapping[str, Any]) –

A mutable mapping of keyword arguments passed to Plotly plotting.

Warning

The keys specified below will be removed from the mapping.

Keyword Arguments:

figure (Figure) – The figure that draws contents of the scene.

Return type:

Figure

Returns:

The figure used to display contents.