Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/garrettj403/SciencePlots
/ model
Function
model
examples/plot-examples.py:19–20 ·
view source on GitHub ↗
(x, p)
Source
from the content-addressed store, hash-verified
17
18
19
def
model(x, p):
20
return
x ** (2 * p + 1) / (1 + x ** (2 * p))
21
22
23
pparam = dict(xlabel=
"Voltage (mV)"
, ylabel=r
"Current ($\mu$A)"
)
Callers
1
plot-examples.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected