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

Function test_mixedmode

lib/matplotlib/tests/test_backend_pgf.py:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190@pytest.mark.backend('pgf')
191@image_comparison(['pgf_mixedmode.pdf'], style='default')
192def test_mixedmode():
193 mpl.rcParams.update({'font.family': 'serif', 'pgf.rcfonts': False})
194 Y, X = np.ogrid[-1:1:40j, -1:1:40j]
195 plt.pcolor(X**2 + Y**2).set_rasterized(True)
196
197
198# test bbox_inches clipping

Callers

nothing calls this directly

Calls 3

set_rasterizedMethod · 0.80
pcolorMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…