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

Method get_linewidths

lib/matplotlib/collections.py:2070–2071  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2068 return super().get_linewidth()[0]
2069
2070 def get_linewidths(self):
2071 return super().get_linewidth()
2072
2073 def get_color(self):
2074 """Return the color of the lines used to mark each event."""

Callers 14

add_linesMethod · 0.80
_default_update_propMethod · 0.80
_update_propMethod · 0.80
legend_elementsMethod · 0.80
legend_elementsMethod · 0.80
drawMethod · 0.80
test_scatter_unfilledMethod · 0.80
test_lslw_bcastFunction · 0.80

Calls 1

get_linewidthMethod · 0.45

Tested by 7

test_scatter_unfilledMethod · 0.64
test_lslw_bcastFunction · 0.64
test_contour_linewidthFunction · 0.64