MCPcopy
hub / github.com/matplotlib/matplotlib / test_subplot_key_hash

Function test_subplot_key_hash

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

Source from the content-addressed store, hash-verified

5941
5942
5943def test_subplot_key_hash():
5944 ax = plt.subplot(np.int32(5), np.int64(1), 1)
5945 ax.twinx()
5946 assert ax.get_subplotspec().get_geometry() == (5, 1, 0, 0)
5947
5948
5949@image_comparison(

Callers

nothing calls this directly

Calls 3

twinxMethod · 0.45
get_geometryMethod · 0.45
get_subplotspecMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…