libdspl-2.0/bin/gnuplot/cheby_poly1.plt

20 wiersze
459 B
Gnuplot

if(!exists("plotterm")) plotterm = 'wxt'
if(plotterm eq "pngcairo") set output 'img/cheby_poly1.png'
set terminal plotterm size 560,380 enhanced font 'Verdana,8'
set grid
set xlabel "x"
set lmargin at screen 0.10
set key left top
set ylabel "C_N(x)"
set yrange [-1.5:1.5]
plot 'dat/cheby_poly1_ord1.txt' with lines, \
'dat/cheby_poly1_ord2.txt' with lines, \
'dat/cheby_poly1_ord3.txt' with lines, \
'dat/cheby_poly1_ord4.txt' with lines