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

Function test_mfc_rcparams

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

Source from the content-addressed store, hash-verified

174
175
176def test_mfc_rcparams():
177 mpl.rcParams['lines.markerfacecolor'] = 'r'
178 ln = mpl.lines.Line2D([1, 2], [1, 2])
179 assert ln.get_markerfacecolor() == 'r'
180
181
182def test_mec_rcparams():

Callers

nothing calls this directly

Calls 1

get_markerfacecolorMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…