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

Function test_matshow

lib/matplotlib/tests/test_pyplot.py:506–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

504
505
506def test_matshow():
507 fig = plt.figure()
508 arr = [[0, 1], [1, 2]]
509
510 # Smoke test that matshow does not ask for a new figsize on the existing figure
511 plt.matshow(arr, fignum=fig.number)
512
513
514def assert_same_signature(func1, func2):

Callers

nothing calls this directly

Calls 2

figureMethod · 0.80
matshowMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…