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

Function test_sticky_tolerance_contourf

lib/matplotlib/tests/test_axes.py:743–749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

741
742@image_comparison(['sticky_tolerance_cf.png'], remove_text=True, style="mpl20")
743def test_sticky_tolerance_contourf():
744 fig, ax = plt.subplots()
745
746 x = y = [14496.71, 14496.75]
747 data = [[0, 1], [2, 3]]
748
749 ax.contourf(x, y, data)
750
751
752def test_nargs_stem():

Callers

nothing calls this directly

Calls 2

subplotsMethod · 0.45
contourfMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…