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

Function test_arc_pathpatch

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py:2596–2601  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2594 remove_text=True,
2595 style='mpl20')
2596def test_arc_pathpatch():
2597 ax = plt.subplot(1, 1, 1, projection="3d")
2598 a = mpatch.Arc((0.5, 0.5), width=0.5, height=0.9,
2599 angle=20, theta1=10, theta2=130)
2600 ax.add_patch(a)
2601 art3d.pathpatch_2d_to_3d(a, z=0, zdir='z')
2602
2603
2604@image_comparison(baseline_images=['panecolor_rcparams.png'],

Callers

nothing calls this directly

Calls 1

add_patchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…