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

Function f

galleries/examples/widgets/slider_demo.py:23–24  ·  view source on GitHub ↗
(t, amplitude, frequency)

Source from the content-addressed store, hash-verified

21
22# The parametrized function to be plotted
23def f(t, amplitude, frequency):
24 return amplitude * np.sin(2 * np.pi * frequency * t)
25
26t = np.linspace(0, 1, 1000)
27

Callers 2

slider_demo.pyFile · 0.70
updateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected