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

Function f

lib/mpl_toolkits/mplot3d/tests/test_axes3d.py:368–369  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

366@mpl3d_image_comparison(['mixedsubplot.png'], style='mpl20')
367def test_mixedsubplots():
368 def f(t):
369 return np.cos(2*np.pi*t) * np.exp(-t)
370
371 t1 = np.arange(0.0, 5.0, 0.1)
372 t2 = np.arange(0.0, 5.0, 0.02)

Callers 1

test_mixedsubplotsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected