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

Method create_scatterplotmatrix

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

Source from the content-addressed store, hash-verified

641
642 @staticmethod
643 def create_scatterplotmatrix(*args, **kwargs):
644 FigureFactory._deprecated("create_scatterplotmatrix")
645 from plotly.figure_factory import create_scatterplotmatrix
646
647 return create_scatterplotmatrix(*args, **kwargs)
648
649 @staticmethod
650 def create_streamline(*args, **kwargs):

Callers 2

Calls 2

create_scatterplotmatrixFunction · 0.90
_deprecatedMethod · 0.80

Tested by 2