(*args, **kwargs)
| 606 | |
| 607 | @staticmethod |
| 608 | def create_distplot(*args, **kwargs): |
| 609 | FigureFactory._deprecated("create_distplot") |
| 610 | from plotly.figure_factory import create_distplot |
| 611 | |
| 612 | return create_distplot(*args, **kwargs) |
| 613 | |
| 614 | @staticmethod |
| 615 | def create_facet_grid(*args, **kwargs): |