()
| 9 | |
| 10 | |
| 11 | def test_indicate_inset_no_args(): |
| 12 | fig, ax = plt.subplots() |
| 13 | with pytest.raises(ValueError, match='At least one of bounds or inset_ax'): |
| 14 | ax.indicate_inset() |
| 15 | |
| 16 | |
| 17 | @check_figures_equal() |
nothing calls this directly
no test coverage detected
searching dependent graphs…