Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_linewidth
Method · 0.45
get_linewidths
Method · 0.45
__init__
Method · 0.45
draw
Method · 0.45
draw
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected