You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Tell gnuplot to use tabs as the delimiter instead of spaces (default)
set datafile separator '\t'
#plot data from "out.data" using column 9 with smooth sbezier lines
plot "worker.tsv" using 4 with lines title "Using workers", "native.tsv" using 4 with lines title "Using native", "buffer.tsv" using 4 with lines title "Using buffer"