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