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

Function f

DemoPrograms/Demo_Matplotlib_Browser.py:669–670  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

667def PyplotFormatstr():
668
669 def f(t):
670 return np.exp(-t) * np.cos(2*np.pi*t)
671
672 t1 = np.arange(0.0, 5.0, 0.1)
673 t2 = np.arange(0.0, 5.0, 0.02)

Callers 1

PyplotFormatstrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected