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

Method create_gantt

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

Source from the content-addressed store, hash-verified

620
621 @staticmethod
622 def create_gantt(*args, **kwargs):
623 FigureFactory._deprecated("create_gantt")
624 from plotly.figure_factory import create_gantt
625
626 return create_gantt(*args, **kwargs)
627
628 @staticmethod
629 def create_ohlc(*args, **kwargs):

Calls 2

create_ganttFunction · 0.90
_deprecatedMethod · 0.80

Tested by 3

test_gantt_all_argsMethod · 0.64