MCPcopy 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
19def model(x, p):
20 return x ** (2 * p + 1) / (1 + x ** (2 * p))
21
22
23pparam = dict(xlabel="Voltage (mV)", ylabel=r"Current ($\mu$A)")

Callers 1

plot-examples.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected