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
/
regress2.gp
blob
8dd494aeb4867f81f7e89ce4ced11e2a42b05aa7
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
splot ARGV[1] using 1:2:3 with lines title '0',\
6
'' using 4:5:6 with points title '1'