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

Function test_alt_transform

lib/matplotlib/tests/test_marker.py:301–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

299
300
301def test_alt_transform():
302 m1 = markers.MarkerStyle("o", "left")
303 m2 = markers.MarkerStyle("o", "left", Affine2D().rotate_deg(90))
304 assert m1.get_alt_transform().rotate_deg(90) == m2.get_alt_transform()

Callers

nothing calls this directly

Calls 3

get_alt_transformMethod · 0.95
Affine2DClass · 0.90
rotate_degMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…