()
| 3659 | savefig_kwarg={'dpi': 40}, |
| 3660 | style='default') |
| 3661 | def test_bxp_custombox(): |
| 3662 | _bxp_test_helper(bxp_kwargs=dict( |
| 3663 | boxprops=dict(linestyle='--', color='b', lw=3))) |
| 3664 | |
| 3665 | |
| 3666 | @image_comparison(['bxp_custommedian.png'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…