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

Method create_2D_density

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

Source from the content-addressed store, hash-verified

578
579 @staticmethod
580 def create_2D_density(*args, **kwargs):
581 FigureFactory._deprecated("create_2D_density", "create_2d_density")
582 from plotly.figure_factory import create_2d_density
583
584 return create_2d_density(*args, **kwargs)
585
586 @staticmethod
587 def create_annotated_heatmap(*args, **kwargs):

Callers

nothing calls this directly

Calls 2

create_2d_densityFunction · 0.90
_deprecatedMethod · 0.80

Tested by

no test coverage detected