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

Method data

plotly/graph_objs/_frame.py:36–45  ·  view source on GitHub ↗

A list of traces this frame modifies. The format is identical to the normal trace definition. Returns ------- Any

(self)

Source from the content-addressed store, hash-verified

34
35 @property
36 def data(self):
37 """
38 A list of traces this frame modifies. The format is identical
39 to the normal trace definition.
40
41 Returns
42 -------
43 Any
44 """
45 return self["data"]
46
47 @data.setter
48 def data(self, val):

Callers 15

_rFunction · 0.45
XrFunction · 0.45
"src/lib/notifier.js"Function · 0.45
LFunction · 0.45
mFunction · 0.45
WaFunction · 0.45
zFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected