Trace3D Type

Traces for 3D subplots, using layout.scene as anchors. These trace types are compatible with 3D subplots via the scene attribute, which contains special camera controls: - scatter3d, which can be used to draw individual markers, 3d bubble charts and lines and curves - surface and mesh: 3d surface trace types - cone and streamtube: 3d vector field trace types

Constructors

Constructor Description

Trace3D(traceTypeName)

Full Usage: Trace3D(traceTypeName)

Parameters:
    traceTypeName : string

Returns: Trace3D
traceTypeName : string
Returns: Trace3D

Static members

Static member Description

Trace3D.initCone applyStyle

Full Usage: Trace3D.initCone applyStyle

Parameters:
Returns: Trace3D

initializes a trace of type "cone" applying the givin trace styling function

applyStyle : Trace3D -> Trace3D
Returns: Trace3D

Trace3D.initIsoSurface applyStyle

Full Usage: Trace3D.initIsoSurface applyStyle

Parameters:
Returns: Trace3D

initializes a trace of type "isosurface" applying the givin trace styling function

applyStyle : Trace3D -> Trace3D
Returns: Trace3D

Trace3D.initMesh3D applyStyle

Full Usage: Trace3D.initMesh3D applyStyle

Parameters:
Returns: Trace3D

initializes a trace of type "mesh3d" applying the givin trace styling function

applyStyle : Trace3D -> Trace3D
Returns: Trace3D

Trace3D.initScatter3D applyStyle

Full Usage: Trace3D.initScatter3D applyStyle

Parameters:
Returns: Trace3D

initializes a trace of type "scatter3d" applying the givin trace styling function

applyStyle : Trace3D -> Trace3D
Returns: Trace3D

Trace3D.initStreamTube applyStyle

Full Usage: Trace3D.initStreamTube applyStyle

Parameters:
Returns: Trace3D

initializes a trace of type "streamtube" applying the givin trace styling function

applyStyle : Trace3D -> Trace3D
Returns: Trace3D

Trace3D.initSurface applyStyle

Full Usage: Trace3D.initSurface applyStyle

Parameters:
Returns: Trace3D

initializes a trace of type "surface" applying the givin trace styling function

applyStyle : Trace3D -> Trace3D
Returns: Trace3D

Trace3D.initVolume applyStyle

Full Usage: Trace3D.initVolume applyStyle

Parameters:
Returns: Trace3D

initializes a trace of type "volume" applying the givin trace styling function

applyStyle : Trace3D -> Trace3D
Returns: Trace3D