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

Function test_quiverkey_zorder

lib/matplotlib/tests/test_quiver.py:387–389  ·  view source on GitHub ↗
(fig_test, fig_ref, zorder)

Source from the content-addressed store, hash-verified

385@pytest.mark.parametrize('zorder', [0, 2, 5, None])
386@check_figures_equal()
387def test_quiverkey_zorder(fig_test, fig_ref, zorder):
388 draw_quiverkey_zorder_argument(fig_test, zorder=zorder)
389 draw_quiverkey_setzorder(fig_ref, zorder=zorder)

Callers

nothing calls this directly

Calls 2

draw_quiverkey_setzorderFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…