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

Function test_marker_paths_pdf

lib/matplotlib/tests/test_path.py:274–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

272
273@image_comparison(['marker_paths.pdf'], remove_text=True, style='_classic_test')
274def test_marker_paths_pdf():
275 N = 7
276
277 plt.errorbar(np.arange(N),
278 np.ones(N) + 4,
279 np.ones(N))
280 plt.xlim(-1, N)
281 plt.ylim(-1, 7)
282
283
284@image_comparison(['nan_path'], style='default', remove_text=True,

Callers

nothing calls this directly

Calls 1

errorbarMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…