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

Function test_transformwrapper

lib/matplotlib/tests/test_transforms.py:1051–1056  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1049
1050
1051def test_transformwrapper():
1052 t = mtransforms.TransformWrapper(mtransforms.Affine2D())
1053 with pytest.raises(ValueError, match=(
1054 r"The input and output dims of the new child \(1, 1\) "
1055 r"do not match those of current child \(2, 2\)")):
1056 t.set(scale.LogTransform(10))
1057
1058
1059@check_figures_equal()

Callers

nothing calls this directly

Calls 1

setMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…