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

Method parallels

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

For conic projection types only. Sets the parallels (tangent, secant) where the cone intersects the sphere. The 'parallels' property is an info array that may be specified as: * a list or tuple of 2 elements where: (0) The 'parallels[0]' pro

(self)

Source from the content-addressed store, hash-verified

32
33 @property
34 def parallels(self):
35 """
36 For conic projection types only. Sets the parallels (tangent,
37 secant) where the cone intersects the sphere.
38
39 The 'parallels' property is an info array that may be specified as:
40
41 * a list or tuple of 2 elements where:
42 (0) The 'parallels[0]' property is a number and may be specified as:
43 - An int or float
44 (1) The 'parallels[1]' property is a number and may be specified as:
45 - An int or float
46
47 Returns
48 -------
49 list
50 """
51 return self["parallels"]
52
53 @parallels.setter
54 def parallels(self, val):

Callers 15

ElFunction · 0.80
QfFunction · 0.80
mfFunction · 0.80
weFunction · 0.80
"src/plots/geo/geo.js"Function · 0.80
nlFunction · 0.80
MhFunction · 0.80
IfFunction · 0.80
QFunction · 0.80
plotly.min.jsFile · 0.80
snFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected