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

Function test_mec_rcparams

lib/matplotlib/tests/test_rcparams.py:182–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180
181
182def test_mec_rcparams():
183 mpl.rcParams['lines.markeredgecolor'] = 'r'
184 ln = mpl.lines.Line2D([1, 2], [1, 2])
185 assert ln.get_markeredgecolor() == 'r'
186
187
188def test_axes_titlecolor_rcparams():

Callers

nothing calls this directly

Calls 1

get_markeredgecolorMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…