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

Function test_plot_scalar

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

Source from the content-addressed store, hash-verified

340
341@check_figures_equal()
342def test_plot_scalar(fig_test, fig_ref):
343 ax1 = fig_test.add_subplot(projection='3d')
344 ax1.plot([1], [1], "o")
345 ax2 = fig_ref.add_subplot(projection='3d')
346 ax2.plot(1, 1, "o")
347
348
349def test_invalid_line_data():

Callers

nothing calls this directly

Calls 2

add_subplotMethod · 0.80
plotMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…