repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove test/main.*
[liba.git]
/
test
/
2.gp
blob
abe839aedee2be505fe12b6b25615adf08fe754f
1
set key reverse
2
set terminal pngcairo
3
set datafile separator ','
4
set output sprintf("%s.png", ARGV[1][:strlen(ARGV[1])-4])
5
plot ARGV[1] using 1:2 with lines title '0',\
6
'' using 1:3 with lines title '1'