Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/matplotlib/matplotlib
/ get_edgecolor
Method
get_edgecolor
lib/matplotlib/patches.py:339–341 ·
view source on GitHub ↗
Return the edge color.
(self)
Source
from the content-addressed store, hash-verified
337
return
self._antialiased
338
339
def
get_edgecolor(self):
340
""
"Return the edge color."
""
341
return
self._edgecolor
342
343
def
get_facecolor(self):
344
""
"Return the face color."
""
Callers
15
_process_radius
Method · 0.95
get_hatchcolor
Method · 0.95
_create_line
Method · 0.45
_update_prop
Method · 0.45
legend_elements
Method · 0.45
test_polygon_selector_box_props_handle_props
Function · 0.45
test_colorbar_scale_reset
Function · 0.45
assert_last_legend_patch_color
Function · 0.45
assert_last_legend_scattermarker_color
Function · 0.45
test_alpha_handles
Function · 0.45
test_setting_alpha_keeps_polycollection_color
Function · 0.45
test_patchcollection_legend
Function · 0.45
Calls
no outgoing calls
Tested by
15
test_polygon_selector_box_props_handle_props
Function · 0.36
test_colorbar_scale_reset
Function · 0.36
assert_last_legend_patch_color
Function · 0.36
assert_last_legend_scattermarker_color
Function · 0.36
test_alpha_handles
Function · 0.36
test_setting_alpha_keeps_polycollection_color
Function · 0.36
test_patchcollection_legend
Function · 0.36
test_bar_color_none_alpha
Function · 0.36
test_bar_edgecolor_none_alpha
Function · 0.36
test_hist_step_filled
Function · 0.36
test_scatter_edgecolor_RGB
Method · 0.36
test_violinplot_color_sequence
Function · 0.36