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

Method create_dendrogram

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

Source from the content-addressed store, hash-verified

599
600 @staticmethod
601 def create_dendrogram(*args, **kwargs):
602 FigureFactory._deprecated("create_dendrogram")
603 from plotly.figure_factory import create_dendrogram
604
605 return create_dendrogram(*args, **kwargs)
606
607 @staticmethod
608 def create_distplot(*args, **kwargs):

Calls 2

create_dendrogramFunction · 0.90
_deprecatedMethod · 0.80