MCPcopy Index your code
hub / github.com/plotly/plotly.py / scope

Method scope

plotly/graph_objs/layout/_geo.py:442–455  ·  view source on GitHub ↗

Set the scope of the map. The 'scope' property is an enumeration that may be specified as: - One of the following enumeration values: ['africa', 'antarctica', 'asia', 'europe', 'north america', 'oceania', 'south america', 'usa', 'world']

(self)

Source from the content-addressed store, hash-verified

440
441 @property
442 def scope(self):
443 """
444 Set the scope of the map.
445
446 The 'scope' property is an enumeration that may be specified as:
447 - One of the following enumeration values:
448 ['africa', 'antarctica', 'asia', 'europe', 'north
449 america', 'oceania', 'south america', 'usa', 'world']
450
451 Returns
452 -------
453 Any
454 """
455 return self["scope"]
456
457 @scope.setter
458 def scope(self, val):

Callers 8

qsFunction · 0.80
$eFunction · 0.80
ssFunction · 0.80
weFunction · 0.80
jFunction · 0.80
JFunction · 0.80
ilFunction · 0.80
KeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected