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

Function test_axes3d_cla

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

Source from the content-addressed store, hash-verified

1159
1160@mpl3d_image_comparison(['axes3d_cla.png'], remove_text=False, style='mpl20')
1161def test_axes3d_cla():
1162 # fixed in pull request 4553
1163 fig = plt.figure()
1164 ax = fig.add_subplot(1, 1, 1, projection='3d')
1165 ax.set_axis_off()
1166 ax.cla() # make sure the axis displayed is 3D (not 2D)
1167
1168
1169@mpl3d_image_comparison(['axes3d_rotated.png'],

Callers

nothing calls this directly

Calls 4

figureMethod · 0.80
add_subplotMethod · 0.80
set_axis_offMethod · 0.45
claMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…