v3d.Visualizable#

class visu3d.Visualizable[source]#

Bases: object

Interface for elements which are visualizable.

make_traces() list[plotly.basedatatypes.BaseTraceType][source]#

Construct the traces of the given object.

property fig: plotly.graph_objs._figure.Figure#

Construct the figure of the given object.