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

Method create_ohlc

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

Source from the content-addressed store, hash-verified

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):

Callers 4

test_one_ohlcMethod · 0.80
test_datetime_ohlcMethod · 0.80

Calls 2

create_ohlcFunction · 0.90
_deprecatedMethod · 0.80

Tested by 4

test_one_ohlcMethod · 0.64
test_datetime_ohlcMethod · 0.64