MCPcopy Create free account
hub / github.com/plotly/plotly.py / roll

Method roll

plotly/graph_objs/layout/geo/projection/_rotation.py:51–63  ·  view source on GitHub ↗

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 ------- int|float

(self)

Source from the content-addressed store, hash-verified

49
50 @property
51 def roll(self):
52 """
53 Roll the map (in degrees) For example, a roll of 180 makes the
54 map appear upside down.
55
56 The 'roll' property is a number and may be specified as:
57 - An int or float
58
59 Returns
60 -------
61 int|float
62 """
63 return self["roll"]
64
65 @roll.setter
66 def roll(self, val):

Callers 1

_polygon_areaFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected