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
/
notefreqs.gp
blob
4af712c73ffb2368b42c0abcfd77e5185c6e3d19
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
set y2tics
6
plot ARGV[1] using 1:2 with lines axis x1y1 title 'f',\
7
'' using 1:3 with lines axis x1y2 title 'f^{-1}'