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