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

Method treemap

plotly/graph_objs/layout/template/_data.py:919–931  ·  view source on GitHub ↗

The 'treemap' property is a tuple of instances of Treemap that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Treemap - A list or tuple of dicts of string/value properties that will be passed to the Treem

(self)

Source from the content-addressed store, hash-verified

917
918 @property
919 def treemap(self):
920 """
921 The 'treemap' property is a tuple of instances of
922 Treemap that may be specified as:
923 - A list or tuple of instances of plotly.graph_objs.layout.template.data.Treemap
924 - A list or tuple of dicts of string/value properties that
925 will be passed to the Treemap constructor
926
927 Returns
928 -------
929 tuple[plotly.graph_objs.layout.template.data.Treemap]
930 """
931 return self["treemap"]
932
933 @treemap.setter
934 def treemap(self, val):

Callers 6

plotly.min.jsFile · 0.80
test_pie_like_pxFunction · 0.80
plotly-express.pyFile · 0.80

Calls

no outgoing calls

Tested by 1

test_pie_like_pxFunction · 0.64