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

Function test_marker_rotated_invalid

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

Source from the content-addressed store, hash-verified

251
252
253def test_marker_rotated_invalid():
254 marker = markers.MarkerStyle("o")
255 with pytest.raises(ValueError):
256 new_marker = marker.rotated()
257 with pytest.raises(ValueError):
258 new_marker = marker.rotated(deg=10, rad=10)
259
260
261@pytest.mark.parametrize("marker,deg,rad,expected", [

Callers

nothing calls this directly

Calls 1

rotatedMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…