Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gnuplot
Function
gnuplot
deps/v8/tools/gc-nvp-trace-processor.py:60–64 ·
view source on GitHub ↗
(script)
Source
from the content-addressed store, hash-verified
58
return
flat
59
60
def
gnuplot(script):
61
gnuplot = subprocess.Popen([
"gnuplot"
], stdin=subprocess.PIPE)
62
gnuplot.stdin.write(script)
63
gnuplot.stdin.close()
64
gnuplot.wait()
65
66
x1y1 =
'x1y1'
67
x1y2 =
'x1y2'
Callers
1
plot_all
Function · 0.85
Calls
3
close
Method · 0.65
write
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…