plotly.graph_objects.layout.geo.projection packageΒΆ

class plotly.graph_objects.layout.geo.projection.Rotation(arg=None, lat=None, lon=None, roll=None, **kwargs)ΒΆ

Bases: plotly.basedatatypes.BaseLayoutHierarchyType

property latΒΆ

Rotates the map along meridians (in degrees North).

The β€˜lat’ property is a number and may be specified as:
  • An int or float

Returns

Return type

int|float

property lonΒΆ

Rotates the map along parallels (in degrees East). Defaults to the center of the lonaxis.range values.

The β€˜lon’ property is a number and may be specified as:
  • An int or float

Returns

Return type

int|float

property rollΒΆ

Roll the map (in degrees) For example, a roll of 180 makes the map appear upside down.

The β€˜roll’ property is a number and may be specified as:
  • An int or float

Returns

Return type

int|float