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

Function test_axes3d_rotated

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

Source from the content-addressed store, hash-verified

1169@mpl3d_image_comparison(['axes3d_rotated.png'],
1170 remove_text=False, style='mpl20')
1171def test_axes3d_rotated():
1172 fig = plt.figure()
1173 ax = fig.add_subplot(1, 1, 1, projection='3d')
1174 ax.view_init(90, 45, 0) # look down, rotated. Should be square
1175
1176
1177def test_plotsurface_1d_raises():

Callers

nothing calls this directly

Calls 3

figureMethod · 0.80
add_subplotMethod · 0.80
view_initMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…