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