plotly.graph_objects.layout.scene.camera packageΒΆ
-
class
plotly.graph_objects.layout.scene.camera.Center(arg=None, x=None, y=None, z=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseLayoutHierarchyType-
property
xΒΆ - The βxβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
yΒΆ - The βyβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
zΒΆ - The βzβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
-
class
plotly.graph_objects.layout.scene.camera.Eye(arg=None, x=None, y=None, z=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseLayoutHierarchyType-
property
xΒΆ - The βxβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
yΒΆ - The βyβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
zΒΆ - The βzβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
-
class
plotly.graph_objects.layout.scene.camera.Projection(arg=None, type=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseLayoutHierarchyType-
property
typeΒΆ Sets the projection type. The projection type could be either βperspectiveβ or βorthographicβ. The default is βperspectiveβ.
- The βtypeβ property is an enumeration that may be specified as:
- One of the following enumeration values:
[βperspectiveβ, βorthographicβ]
- Returns
- Return type
Any
-
property
-
class
plotly.graph_objects.layout.scene.camera.Up(arg=None, x=None, y=None, z=None, **kwargs)ΒΆ Bases:
plotly.basedatatypes.BaseLayoutHierarchyType-
property
xΒΆ - The βxβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
yΒΆ - The βyβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
zΒΆ - The βzβ property is a number and may be specified as:
An int or float
- Returns
- Return type
int|float
-
property
