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

Method create_distplot

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

Source from the content-addressed store, hash-verified

606
607 @staticmethod
608 def create_distplot(*args, **kwargs):
609 FigureFactory._deprecated("create_distplot")
610 from plotly.figure_factory import create_distplot
611
612 return create_distplot(*args, **kwargs)
613
614 @staticmethod
615 def create_facet_grid(*args, **kwargs):

Calls 2

create_distplotFunction · 0.90
_deprecatedMethod · 0.80