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

Method data

plotly/basedatatypes.py:969–977  ·  view source on GitHub ↗

The `data` property is a tuple of the figure's trace objects Returns ------- tuple[BaseTraceType]

(self)

Source from the content-addressed store, hash-verified

967 # ----
968 @property
969 def data(self):
970 """
971 The `data` property is a tuple of the figure's trace objects
972
973 Returns
974 -------
975 tuple[BaseTraceType]
976 """
977 return self["data"]
978
979 @data.setter
980 def data(self, new_data):

Callers

nothing calls this directly

Calls 7

_send_moveTraces_msgMethod · 0.95
idFunction · 0.50
formatMethod · 0.45
itemsMethod · 0.45
updateMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected