The 'projection' property is an instance of Projection that may be specified as: - An instance of :class:`plotly.graph_objs.layout.geo.Projection` - A dict of string/value properties that will be passed to the Projection constructor Returns
(self)
| 360 | |
| 361 | @property |
| 362 | def projection(self): |
| 363 | """ |
| 364 | The 'projection' property is an instance of Projection |
| 365 | that may be specified as: |
| 366 | - An instance of :class:`plotly.graph_objs.layout.geo.Projection` |
| 367 | - A dict of string/value properties that will be passed |
| 368 | to the Projection constructor |
| 369 | |
| 370 | Returns |
| 371 | ------- |
| 372 | plotly.graph_objs.layout.geo.Projection |
| 373 | """ |
| 374 | return self["projection"] |
| 375 | |
| 376 | @projection.setter |
| 377 | def projection(self, val): |
no outgoing calls
no test coverage detected