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

Method violin

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

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)

Source from the content-addressed store, hash-verified

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):

Callers 1

plotly-express.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected