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

Function test_step_markers

lib/matplotlib/tests/test_lines.py:216–218  ·  view source on GitHub ↗
(fig_test, fig_ref)

Source from the content-addressed store, hash-verified

214
215@check_figures_equal()
216def test_step_markers(fig_test, fig_ref):
217 fig_test.subplots().step([0, 1], "-o")
218 fig_ref.subplots().plot([0, 0, 1], [0, 1, 1], "-o", markevery=[0, 2])
219
220
221@pytest.mark.parametrize("parent", ["figure", "axes"])

Callers

nothing calls this directly

Calls 3

stepMethod · 0.80
subplotsMethod · 0.45
plotMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…