(*args, **kwargs)
| 641 | |
| 642 | @staticmethod |
| 643 | def create_scatterplotmatrix(*args, **kwargs): |
| 644 | FigureFactory._deprecated("create_scatterplotmatrix") |
| 645 | from plotly.figure_factory import create_scatterplotmatrix |
| 646 | |
| 647 | return create_scatterplotmatrix(*args, **kwargs) |
| 648 | |
| 649 | @staticmethod |
| 650 | def create_streamline(*args, **kwargs): |