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

Function test_quiver3d_empty

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py:918–922  ·  view source on GitHub ↗
(fig_test, fig_ref)

Source from the content-addressed store, hash-verified

916
917@check_figures_equal()
918def test_quiver3d_empty(fig_test, fig_ref):
919 fig_ref.add_subplot(projection='3d')
920 x = y = z = u = v = w = []
921 ax = fig_test.add_subplot(projection='3d')
922 ax.quiver(x, y, z, u, v, w, length=0.1, pivot='tip', normalize=True)
923
924
925@mpl3d_image_comparison(['quiver3d_masked.png'], style='mpl20')

Callers

nothing calls this directly

Calls 2

add_subplotMethod · 0.80
quiverMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…