MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / quiverkey

Method quiverkey

lib/matplotlib/axes/_axes.py:5916–5919  ·  view source on GitHub ↗
(self, Q, X, Y, U, label, **kwargs)

Source from the content-addressed store, hash-verified

5914
5915 @_docstring.copy(mquiver.QuiverKey.__init__)
5916 def quiverkey(self, Q, X, Y, U, label, **kwargs):
5917 qk = mquiver.QuiverKey(Q, X, Y, U, label, **kwargs)
5918 self.add_artist(qk)
5919 return qk
5920
5921 # Handle units for x and y, if they've been passed
5922 def _quiver_units(self, args, kwargs):

Callers 13

quiverkeyFunction · 0.80
test_quiver_animateFunction · 0.80
test_quiver_with_keyFunction · 0.80
test_quiver_key_pivotFunction · 0.80
test_quiver_key_xyFunction · 0.80
test_quiverkey_anglesFunction · 0.80
draw_quiverkey_setzorderFunction · 0.80
quiver_demo.pyFile · 0.80

Calls 1

add_artistMethod · 0.45

Tested by 10

test_quiver_animateFunction · 0.64
test_quiver_with_keyFunction · 0.64
test_quiver_key_pivotFunction · 0.64
test_quiver_key_xyFunction · 0.64
test_quiverkey_anglesFunction · 0.64
draw_quiverkey_setzorderFunction · 0.64