(*args, **kwargs)
| 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 | |
| 678 | def get_config_plotly_server_url(): |