plotly.graph_objects.scatter3d.projection package

class plotly.graph_objects.scatter3d.projection.X(arg=None, opacity=None, scale=None, show=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property opacity

Sets the projection color.

The ‘opacity’ property is a number and may be specified as:
  • An int or float in the interval [0, 1]

Returns

Return type

int|float

property scale

Sets the scale factor determining the size of the projection marker points.

The ‘scale’ property is a number and may be specified as:
  • An int or float in the interval [0, 10]

Returns

Return type

int|float

property show

Sets whether or not projections are shown along the x axis.

The ‘show’ property must be specified as a bool (either True, or False)

Returns

Return type

bool

class plotly.graph_objects.scatter3d.projection.Y(arg=None, opacity=None, scale=None, show=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property opacity

Sets the projection color.

The ‘opacity’ property is a number and may be specified as:
  • An int or float in the interval [0, 1]

Returns

Return type

int|float

property scale

Sets the scale factor determining the size of the projection marker points.

The ‘scale’ property is a number and may be specified as:
  • An int or float in the interval [0, 10]

Returns

Return type

int|float

property show

Sets whether or not projections are shown along the y axis.

The ‘show’ property must be specified as a bool (either True, or False)

Returns

Return type

bool

class plotly.graph_objects.scatter3d.projection.Z(arg=None, opacity=None, scale=None, show=None, **kwargs)

Bases: plotly.basedatatypes.BaseTraceHierarchyType

property opacity

Sets the projection color.

The ‘opacity’ property is a number and may be specified as:
  • An int or float in the interval [0, 1]

Returns

Return type

int|float

property scale

Sets the scale factor determining the size of the projection marker points.

The ‘scale’ property is a number and may be specified as:
  • An int or float in the interval [0, 10]

Returns

Return type

int|float

property show

Sets whether or not projections are shown along the z axis.

The ‘show’ property must be specified as a bool (either True, or False)

Returns

Return type

bool