The `layout` property of the figure Returns ------- plotly.graph_objs.Layout
(self)
| 2549 | |
| 2550 | @property |
| 2551 | def layout(self): |
| 2552 | """ |
| 2553 | The `layout` property of the figure |
| 2554 | |
| 2555 | Returns |
| 2556 | ------- |
| 2557 | plotly.graph_objs.Layout |
| 2558 | """ |
| 2559 | return self["layout"] |
| 2560 | |
| 2561 | @layout.setter |
| 2562 | def layout(self, new_layout): |
nothing calls this directly
no test coverage detected