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

Method tilt

plotly/graph_objs/layout/geo/_projection.py:96–108  ·  view source on GitHub ↗

For satellite projection type only. Sets the tilt angle of perspective projection. The 'tilt' 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

94
95 @property
96 def tilt(self):
97 """
98 For satellite projection type only. Sets the tilt angle of
99 perspective projection.
100
101 The 'tilt' property is a number and may be specified as:
102 - An int or float
103
104 Returns
105 -------
106 int|float
107 """
108 return self["tilt"]
109
110 @tilt.setter
111 def tilt(self, val):

Callers 4

uFunction · 0.80
y7tFunction · 0.80
"src/plots/geo/geo.js"Function · 0.80
uFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected