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
-
property