()
| 3639 | savefig_kwarg={'dpi': 40}, |
| 3640 | style='default') |
| 3641 | def test_bxp_customoutlier(): |
| 3642 | _bxp_test_helper(bxp_kwargs=dict( |
| 3643 | flierprops=dict(linestyle='none', marker='d', mfc='g'))) |
| 3644 | |
| 3645 | |
| 3646 | @image_comparison(['bxp_withmean_custompoint.png'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…