pointcloudset.plot.dataset module

Functions for plotting datasets.

pointcloudset.plot.dataset.animate_dataset(dataset, **kwargs) Figure

Geneartes animation used in the Dataset class.

Parameters

dataset (Dataset) – dataset to animate

Returns

interactive plotly plot

Return type

go.Figure