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

Function test_bxp_with_xlabels

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

Source from the content-addressed store, hash-verified

3588 savefig_kwarg={'dpi': 40},
3589 style='default')
3590def test_bxp_with_xlabels():
3591 def transform(stats):
3592 for s, label in zip(stats, list('ABCD')):
3593 s['label'] = label
3594 return stats
3595
3596 _bxp_test_helper(transform_stats=transform)
3597
3598
3599@image_comparison(['bxp_horizontal.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…