MCPcopy Index your code
hub / github.com/plotly/plotly.py / create_candlestick

Method create_candlestick

plotly/tools.py:594–598  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

592
593 @staticmethod
594 def create_candlestick(*args, **kwargs):
595 FigureFactory._deprecated("create_candlestick")
596 from plotly.figure_factory import create_candlestick
597
598 return create_candlestick(*args, **kwargs)
599
600 @staticmethod
601 def create_dendrogram(*args, **kwargs):

Callers 2

test_one_candlestickMethod · 0.80

Calls 2

create_candlestickFunction · 0.90
_deprecatedMethod · 0.80

Tested by 2

test_one_candlestickMethod · 0.64