()
| 3581 | savefig_kwarg={'dpi': 40}, |
| 3582 | style='default') |
| 3583 | def test_bxp_percentilewhis(): |
| 3584 | _bxp_test_helper(stats_kwargs=dict(whis=[5, 95])) |
| 3585 | |
| 3586 | |
| 3587 | @image_comparison(['bxp_with_xlabels.png'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…