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

Method create_quiver

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

Source from the content-addressed store, hash-verified

634
635 @staticmethod
636 def create_quiver(*args, **kwargs):
637 FigureFactory._deprecated("create_quiver")
638 from plotly.figure_factory import create_quiver
639
640 return create_quiver(*args, **kwargs)
641
642 @staticmethod
643 def create_scatterplotmatrix(*args, **kwargs):

Callers 3

test_one_arrowMethod · 0.80
test_more_kwargsMethod · 0.80
test_scaleratio_paramMethod · 0.80

Calls 2

create_quiverFunction · 0.90
_deprecatedMethod · 0.80

Tested by 3

test_one_arrowMethod · 0.64
test_more_kwargsMethod · 0.64
test_scaleratio_paramMethod · 0.64