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)
| 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): |
no outgoing calls
no test coverage detected