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

Method bounds

plotly/graph_objs/layout/_map.py:44–56  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

42
43 @property
44 def bounds(self):
45 """
46 The 'bounds' property is an instance of Bounds
47 that may be specified as:
48 - An instance of :class:`plotly.graph_objs.layout.map.Bounds`
49 - A dict of string/value properties that will be passed
50 to the Bounds constructor
51
52 Returns
53 -------
54 plotly.graph_objs.layout.map.Bounds
55 """
56 return self["bounds"]
57
58 @bounds.setter
59 def bounds(self, val):

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected