(*args, **kwargs)
| 627 | |
| 628 | @staticmethod |
| 629 | def create_ohlc(*args, **kwargs): |
| 630 | FigureFactory._deprecated("create_ohlc") |
| 631 | from plotly.figure_factory import create_ohlc |
| 632 | |
| 633 | return create_ohlc(*args, **kwargs) |
| 634 | |
| 635 | @staticmethod |
| 636 | def create_quiver(*args, **kwargs): |