v3d.plotly.make_lines_traces#

visu3d.plotly.make_lines_traces(start: etils.enp.array_types.typing.FloatArray, end: etils.enp.array_types.typing.FloatArray, *, axis: int = -1, end_marker: str | None = None) list[plotly.basedatatypes.BaseTraceType][source]#

Trace independent lines.

Parameters:
  • start – (x, y, z) coordinates of the start points

  • end – (x, y, z) coordinates of the end points

  • axis – Axis on which the (x, y, z) coordinates are defined

  • end_marker – Marker at the end line. Can be any go.Scatter3d.marker.symbol value, or ‘cone’.

Returns:

The list of plotly traces