v3d.plotly.make_points#

visu3d.plotly.make_points(coords: etils.enp.array_types.typing.FloatArray, *, color: etils.enp.array_types.typing.Array = None, num_samples: int | None = None) list[plotly.basedatatypes.BaseTraceType][source]#

Display a 2d or 3d point cloud.

Parameters:
  • coords – The point coordinates

  • color – The optional point colors. Can be RGB uint8 value, or scalar float scale.

  • num_samples – Returns the number of samples

Returns:

The plotly trace to display