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

Method scatter

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

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

(self)

Source from the content-addressed store, hash-verified

765
766 @property
767 def scatter(self):
768 """
769 The 'scatter' property is a tuple of instances of
770 Scatter that may be specified as:
771 - A list or tuple of instances of plotly.graph_objs.layout.template.data.Scatter
772 - A list or tuple of dicts of string/value properties that
773 will be passed to the Scatter constructor
774
775 Returns
776 -------
777 tuple[plotly.graph_objs.layout.template.data.Scatter]
778 """
779 return self["scatter"]
780
781 @scatter.setter
782 def scatter(self, val):

Callers 15

test_path_collectionFunction · 0.80
test_facetsFunction · 0.80
test_scatterFunction · 0.80
test_custom_data_scatterFunction · 0.80
test_labelsFunction · 0.80
test_px_templatesFunction · 0.80
test_px_defaultsFunction · 0.80
assert_orderingsFunction · 0.80

Calls

no outgoing calls

Tested by 15

test_path_collectionFunction · 0.64
test_facetsFunction · 0.64
test_scatterFunction · 0.64
test_custom_data_scatterFunction · 0.64
test_labelsFunction · 0.64
test_px_templatesFunction · 0.64
test_px_defaultsFunction · 0.64
assert_orderingsFunction · 0.64