()
| 3621 | savefig_kwarg={'dpi': 40}, |
| 3622 | style='default') |
| 3623 | def test_bxp_patchartist(): |
| 3624 | _bxp_test_helper(bxp_kwargs=dict(patch_artist=True)) |
| 3625 | |
| 3626 | |
| 3627 | @image_comparison(['bxp_custompatchartist.png'], |
nothing calls this directly
no test coverage detected
searching dependent graphs…