MCPcopy Create free account
hub / github.com/cselab/aphros / WriteLine0

Function WriteLine0

deploy/scripts/aphros/plot.py:769–770  ·  view source on GitHub ↗
(x, y, po)

Source from the content-addressed store, hash-verified

767# x,y: 1d arrays
768# po: output path
769def WriteLine0(x, y, po):
770 np.savetxt(po, np.array((x, y)).T)
771
772
773# Output path for single line.

Callers 1

WriteLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected