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
release 0.1.15
[liba.git]
/
test
/
3.gp
blob
5da4f44df554f7c0f822cceb24dc5491afe74051
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',\
7
'' using 1:4 with lines title '2'