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

Function test_bxp_showcustommean

lib/matplotlib/tests/test_axes.py:3650–3654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3648 savefig_kwarg={'dpi': 40},
3649 style='default')
3650def test_bxp_showcustommean():
3651 _bxp_test_helper(bxp_kwargs=dict(
3652 showmeans=True,
3653 meanprops=dict(linestyle='none', marker='d', mfc='green'),
3654 ))
3655
3656
3657@image_comparison(['bxp_custombox.png'],

Callers

nothing calls this directly

Calls 1

_bxp_test_helperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…