MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / test_indicate_inset_no_args

Function test_indicate_inset_no_args

lib/matplotlib/tests/test_inset.py:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10
11def 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()

Callers

nothing calls this directly

Calls 2

indicate_insetMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…