v3d.plotly.TraceConfig#

class visu3d.plotly.TraceConfig(**kwargs)[source]#

Bases: object

Configuration of a single v3d object.

name#

The name of the figure.

Type:

str | None

num_samples#

Maximum number of X to display (-1 to display all). Keep rendering time reasonable by displaying only a subset of the total X.

Type:

int | None

name: str | None = None#
num_samples: int | None = None#
replace(**kwargs) visu3d.plotly.fig_config_utils._T[source]#

Alias for dataclasses.replace.