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

Function transform

lib/matplotlib/tests/test_axes.py:3591–3594  ·  view source on GitHub ↗
(stats)

Source from the content-addressed store, hash-verified

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

Callers 1

_rc_params_in_fileFunction · 0.85

Calls 1

popMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…