diff options
-rw-r--r-- | src/f2_dft.gnuplot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/f2_dft.gnuplot b/src/f2_dft.gnuplot index b2e9bb1..04750b2 100644 --- a/src/f2_dft.gnuplot +++ b/src/f2_dft.gnuplot @@ -1,5 +1,5 @@ set terminal png size 1440, 900 set output 'res/f2_dft.png' set logscale y -set xrange [0:1000] +set xrange [0:150] plot 'res/f2_dft.txt' title 'dft' with lines
\ No newline at end of file |