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

Method layout

plotly/basedatatypes.py:2551–2559  ·  view source on GitHub ↗

The `layout` property of the figure Returns ------- plotly.graph_objs.Layout

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls 5

_send_relayout_msgMethod · 0.95
validate_coerceMethod · 0.45
updateMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected