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

Method create_facet_grid

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

Source from the content-addressed store, hash-verified

613
614 @staticmethod
615 def create_facet_grid(*args, **kwargs):
616 FigureFactory._deprecated("create_facet_grid")
617 from plotly.figure_factory import create_facet_grid
618
619 return create_facet_grid(*args, **kwargs)
620
621 @staticmethod
622 def create_gantt(*args, **kwargs):

Callers 1

Calls 2

create_facet_gridFunction · 0.90
_deprecatedMethod · 0.80

Tested by 1