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 
 
- 
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 
 
- 
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 
 
