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

Method map

plotly/graph_objs/_layout.py:1245–1257  ·  view source on GitHub ↗

The 'map' property is an instance of Map that may be specified as: - An instance of :class:`plotly.graph_objs.layout.Map` - A dict of string/value properties that will be passed to the Map constructor Returns ------- plotly.gr

(self)

Source from the content-addressed store, hash-verified

1243
1244 @property
1245 def map(self):
1246 """
1247 The 'map' property is an instance of Map
1248 that may be specified as:
1249 - An instance of :class:`plotly.graph_objs.layout.Map`
1250 - A dict of string/value properties that will be passed
1251 to the Map constructor
1252
1253 Returns
1254 -------
1255 plotly.graph_objs.layout.Map
1256 """
1257 return self["map"]
1258
1259 @map.setter
1260 def map(self, val):

Callers 15

ZeFunction · 0.80
JnFunction · 0.80
OtFunction · 0.80
arFunction · 0.80
NuFunction · 0.80
MtFunction · 0.80
btFunction · 0.80
MnFunction · 0.80
KoFunction · 0.80
rlFunction · 0.80
UnFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected