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)
| 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): |
no outgoing calls