repo.or.cz
/
qpms.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Plot empty lattice modes in lat2d_realfreqsvd.py
[qpms.git]
/
misc
/
test_vswf.gnuplot
blob
7b07259b33cf2db030bd9c7272850e26e2fe0245
1
f = 'out'
2
fc = 'outcs'
3
do for [t=3:137] {
4
y = ((t-3) % 45)/3
5
typ = (t-3) % 3
6
n = floor(sqrt(y+1))
7
m = y - (n*(n+1)-1)
8
print 'n = ', n, ', m = ', m, ', typ ', typ
9
plot f using 1:t w linespoints, fc using 1:t w linespoints
10
pause -1
11
}