Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/PySimpleGUI/PySimpleGUI
/ f
Function
f
DemoPrograms/Demo_Matplotlib_Browser_Paned.py:679–680 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
677
def
PyplotFormatstr():
678
679
def
f(t):
680
return
np.exp(-t) * np.cos(2*np.pi*t)
681
682
t1 = np.arange(0.0, 5.0, 0.1)
683
t2 = np.arange(0.0, 5.0, 0.02)
Callers
1
PyplotFormatstr
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected