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

Function test_bxp_with_ylabels

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

Source from the content-addressed store, hash-verified

3607
3608@image_comparison(['bxp_with_ylabels.png'], savefig_kwarg={'dpi': 40}, style='default')
3609def test_bxp_with_ylabels():
3610 def transform(stats):
3611 for s, label in zip(stats, list('ABCD')):
3612 s['label'] = label
3613 return stats
3614
3615 _bxp_test_helper(transform_stats=transform,
3616 bxp_kwargs=dict(orientation='horizontal'))
3617
3618
3619@image_comparison(['bxp_patchartist.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…