()
| 3648 | savefig_kwarg={'dpi': 40}, |
| 3649 | style='default') |
| 3650 | def test_bxp_showcustommean(): |
| 3651 | _bxp_test_helper(bxp_kwargs=dict( |
| 3652 | showmeans=True, |
| 3653 | meanprops=dict(linestyle='none', marker='d', mfc='green'), |
| 3654 | )) |
| 3655 | |
| 3656 | |
| 3657 | @image_comparison(['bxp_custombox.png'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…