()
| 3629 | savefig_kwarg={'dpi': 100}, |
| 3630 | style='default') |
| 3631 | def 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'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…