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

Method barbs

lib/matplotlib/axes/_axes.py:5943–5949  ·  view source on GitHub ↗

%(barbs_doc)s

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

5941 @_preprocess_data()
5942 @_docstring.interpd
5943 def barbs(self, *args, **kwargs):
5944 """%(barbs_doc)s"""
5945 # Make sure units are handled for x and y values
5946 args = self._quiver_units(args, kwargs)
5947 b = mquiver.Barbs(self, *args, **kwargs)
5948 self.add_collection(b)
5949 return b
5950
5951 # Uses a custom implementation of data-kwarg handling in
5952 # _process_plot_var_args.

Callers 13

barbsFunction · 0.80
test_streamplot_limitsFunction · 0.80
test_barbsFunction · 0.80
test_barbs_pivotFunction · 0.80
test_barbs_flipFunction · 0.80
test_barb_copyFunction · 0.80
test_bad_masked_sizesFunction · 0.80
test_barbsMethod · 0.80
test_barb_unitsFunction · 0.80
test_barb_limitsFunction · 0.80
barbs.pyFile · 0.80

Calls 2

_quiver_unitsMethod · 0.95
add_collectionMethod · 0.80

Tested by 10

test_streamplot_limitsFunction · 0.64
test_barbsFunction · 0.64
test_barbs_pivotFunction · 0.64
test_barbs_flipFunction · 0.64
test_barb_copyFunction · 0.64
test_bad_masked_sizesFunction · 0.64
test_barbsMethod · 0.64
test_barb_unitsFunction · 0.64
test_barb_limitsFunction · 0.64