libdspl-2.0/bin/gnuplot/bessel_i0.plt

16 wiersze
301 B
Gnuplot

if(!exists("plotterm")) plotterm = 'wxt'
if(plotterm eq "pngcairo") set output 'img/bessel_i0.png'
set grid
set xlabel "x"
set lmargin at screen 0.10
set key left top
set terminal plotterm size 560,380 enhanced font 'Verdana,8'
set ylabel "I_0(x)"
set yrange [0:5]
plot 'dat/dat0.txt' with lines