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

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

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

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