# SM file to plot the average power spectra of the fake spectra. # erase window 1 1 1 1 ctype default expand 1.5 lweight 5 ltype 0 location 5000 31000 3500 24000 notation -4 4 -5 -1 define TeX_strings 1 # limits -3.10 -0.7 0.00001 0.026 ticksize -1 10 0 0 box xlabel k (s/km) ylabel k P(k)/\pi # ctype cyan data "OS30A/power_nj_3.dat" read {k 1 d2 2} SET lk=LG(k) ptype 4 1 points lk d2 relocate -2.9 0.0220 dot putlabel 6 128^3/ 256^3 # ctype red data "OS30B/power_nj_3.dat" read {k 1 d2 2} SET lk=LG(k) ptype 4 0 points lk d2 relocate -2.9 0.0200 dot putlabel 6 256^3/ 512^3 # ctype magenta data "OS30C/power_nj_3.dat" read {k 1 d2 2} SET lk=LG(k) ptype 3 0 points lk d2 relocate -2.9 0.0180 dot putlabel 6 512^3/1024^3 #