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

Function test_wireframe3d

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

Source from the content-addressed store, hash-verified

843
844@mpl3d_image_comparison(['wireframe3d.png'], style='mpl20')
845def test_wireframe3d():
846 fig = plt.figure()
847 ax = fig.add_subplot(projection='3d')
848 X, Y, Z = axes3d.get_test_data(0.05)
849 ax.plot_wireframe(X, Y, Z, rcount=13, ccount=13)
850
851
852@mpl3d_image_comparison(['wireframe3dasymmetric.png'], style='mpl20')

Callers

nothing calls this directly

Calls 3

figureMethod · 0.80
add_subplotMethod · 0.80
plot_wireframeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…