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
fix atan2,rename {hypot,hypot3} to {norm2,norm3}
[liba.git]
/
test
/
regress1.gp
blob
eaabeab5596878ce4a28a52e6531427b4a8db9d1
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 3:4 with points title '1'