()
| 3607 | |
| 3608 | @image_comparison(['bxp_with_ylabels.png'], savefig_kwarg={'dpi': 40}, style='default') |
| 3609 | def 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'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…