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

Method create_streamline

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

Source from the content-addressed store, hash-verified

648
649 @staticmethod
650 def create_streamline(*args, **kwargs):
651 FigureFactory._deprecated("create_streamline")
652 from plotly.figure_factory import create_streamline
653
654 return create_streamline(*args, **kwargs)
655
656 @staticmethod
657 def create_table(*args, **kwargs):

Callers 1

Calls 2

create_streamlineFunction · 0.90
_deprecatedMethod · 0.80

Tested by 1