last quick fixes
[AGH_fortran_course_solution2.git] / src / f1_dft.gnuplot
blob216be5a356e1cc908fc3e568ce92fc4180cb8852
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