Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_lines
Method · 0.80
_default_update_prop
Method · 0.80
_update_prop
Method · 0.80
legend_elements
Method · 0.80
legend_elements
Method · 0.80
draw
Method · 0.80
test_patchcollection_legend
Function · 0.80
test_scatter_unfilled
Method · 0.80
test_scatter_unfillable
Method · 0.80
test_scatter_linewidths
Method · 0.80
test_errorbar_uses_rcparams
Function · 0.80
test_lslw_bcast
Function · 0.80
Calls
1
get_linewidth
Method · 0.45
Tested by
7
test_patchcollection_legend
Function · 0.64
test_scatter_unfilled
Method · 0.64
test_scatter_unfillable
Method · 0.64
test_scatter_linewidths
Method · 0.64
test_errorbar_uses_rcparams
Function · 0.64
test_lslw_bcast
Function · 0.64
test_contour_linewidth
Function · 0.64