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

Method get_linewidth

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

Source from the content-addressed store, hash-verified

970 set_alpha.__doc__ = artist.Artist._set_alpha_for_array.__doc__
971
972 def get_linewidth(self):
973 return self._linewidths
974
975 def get_linestyle(self):
976 return self._linestyles

Callers 5

get_linewidthMethod · 0.45
get_linewidthsMethod · 0.45
__init__Method · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected