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

Method create_annotated_heatmap

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

Source from the content-addressed store, hash-verified

585
586 @staticmethod
587 def create_annotated_heatmap(*args, **kwargs):
588 FigureFactory._deprecated("create_annotated_heatmap")
589 from plotly.figure_factory import create_annotated_heatmap
590
591 return create_annotated_heatmap(*args, **kwargs)
592
593 @staticmethod
594 def create_candlestick(*args, **kwargs):

Calls 2

create_annotated_heatmapFunction · 0.90
_deprecatedMethod · 0.80