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

Function test_imshow_flatfield

lib/matplotlib/tests/test_image.py:1091–1094  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1089
1090@image_comparison(['imshow_flatfield.png'], remove_text=True, style='mpl20')
1091def test_imshow_flatfield():
1092 fig, ax = plt.subplots()
1093 im = ax.imshow(np.ones((5, 5)), interpolation='nearest')
1094 im.set_clim(.5, 1.5)
1095
1096
1097@image_comparison(['imshow_bignumbers.png'], remove_text=True, style='mpl20')

Callers

nothing calls this directly

Calls 3

imshowMethod · 0.80
subplotsMethod · 0.45
set_climMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…