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

Method create_violin

plotly/tools.py:671–675  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

669
670 @staticmethod
671 def create_violin(*args, **kwargs):
672 FigureFactory._deprecated("create_violin")
673 from plotly.figure_factory import create_violin
674
675 return create_violin(*args, **kwargs)
676
677
678def get_config_plotly_server_url():

Callers 1

test_violin_figMethod · 0.80

Calls 2

create_violinFunction · 0.90
_deprecatedMethod · 0.80

Tested by 1

test_violin_figMethod · 0.64