()
| 3668 | savefig_kwarg={'dpi': 40}, |
| 3669 | style='default') |
| 3670 | def test_bxp_custommedian(): |
| 3671 | _bxp_test_helper(bxp_kwargs=dict( |
| 3672 | medianprops=dict(linestyle='--', color='b', lw=3))) |
| 3673 | |
| 3674 | |
| 3675 | @image_comparison(['bxp_customcap.png'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…