The 'violin' property is a tuple of instances of Violin that may be specified as: - A list or tuple of instances of plotly.graph_objs.layout.template.data.Violin - A list or tuple of dicts of string/value properties that will be passed to the Violin c
(self)
| 936 | |
| 937 | @property |
| 938 | def violin(self): |
| 939 | """ |
| 940 | The 'violin' property is a tuple of instances of |
| 941 | Violin that may be specified as: |
| 942 | - A list or tuple of instances of plotly.graph_objs.layout.template.data.Violin |
| 943 | - A list or tuple of dicts of string/value properties that |
| 944 | will be passed to the Violin constructor |
| 945 | |
| 946 | Returns |
| 947 | ------- |
| 948 | tuple[plotly.graph_objs.layout.template.data.Violin] |
| 949 | """ |
| 950 | return self["violin"] |
| 951 | |
| 952 | @violin.setter |
| 953 | def violin(self, val): |