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

Function f

galleries/examples/widgets/radio_buttons.py:27–28  ·  view source on GitHub ↗
(t, freq)

Source from the content-addressed store, hash-verified

25
26
27def f(t, freq):
28 return np.sin(2 * np.pi * freq * t)
29
30fig, axd = plt.subplot_mosaic(
31 [

Callers 2

radio_buttons.pyFile · 0.70
update_frequencyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected