repo.or.cz
/
AGH_fortran_course_solution2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
last quick fixes
[AGH_fortran_course_solution2.git]
/
src
/
f1_dft.gnuplot
blob
216be5a356e1cc908fc3e568ce92fc4180cb8852
1
set terminal png size 1440, 900
2
set output 'res/f1_dft.png'
3
set logscale y
4
set xrange [0:1000]
5
plot 'res/f1_dft.txt' title 'dft' with lines