libdspl-2.0/bin/gnuplot/sine_int.plt

13 wiersze
298 B
Gnuplot

set grid
set xlabel "x"
set lmargin at screen 0.10
set key left top
set terminal pngcairo size 560,280 enhanced font 'Verdana,8'
set output 'img/sine_int.png'
set ylabel "Si(x), sinc(x)"
set yrange [-2:2]
plot 'dat/dat0.txt' with lines title "Si(x)", \
'dat/dat1.txt' with lines title "sinc(x)"