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

Function test_bxp_custompatchartist

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

Source from the content-addressed store, hash-verified

3629 savefig_kwarg={'dpi': 100},
3630 style='default')
3631def test_bxp_custompatchartist():
3632 _bxp_test_helper(bxp_kwargs=dict(
3633 patch_artist=True,
3634 boxprops=dict(facecolor='yellow', edgecolor='green', ls=':')))
3635
3636
3637@image_comparison(['bxp_customoutlier.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…