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

Function test_pcolorfast

lib/matplotlib/tests/test_axes.py:7367–7369  ·  view source on GitHub ↗
(xy, data, cls)

Source from the content-addressed store, hash-verified

7365 "data", [np.arange(12).reshape((3, 4)), np.random.rand(3, 4, 3)]
7366)
7367def test_pcolorfast(xy, data, cls):
7368 fig, ax = plt.subplots()
7369 assert type(ax.pcolorfast(*xy, data)) == cls
7370
7371
7372def test_pcolorfast_bad_dims():

Callers

nothing calls this directly

Calls 2

pcolorfastMethod · 0.80
subplotsMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…