(*args, **kwargs)
| 648 | |
| 649 | @staticmethod |
| 650 | def create_streamline(*args, **kwargs): |
| 651 | FigureFactory._deprecated("create_streamline") |
| 652 | from plotly.figure_factory import create_streamline |
| 653 | |
| 654 | return create_streamline(*args, **kwargs) |
| 655 | |
| 656 | @staticmethod |
| 657 | def create_table(*args, **kwargs): |