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

Function GetLinePath

deploy/scripts/aphros/plot.py:778–780  ·  view source on GitHub ↗
(l, po)

Source from the content-addressed store, hash-verified

776# Returns:
777# "[base]_[l].dat"
778def GetLinePath(l, po):
779 b = os.path.splitext(po)[0]
780 return "{:}_{:}.dat".format(b, l)
781
782
783# Writes line as x,y columns.

Callers 2

WriteLineFunction · 0.85
FigHistKFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected