# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'complex_airy.1.png' set style data lines set ytics norangelimit 1 set xrange [ 0.00000 : 5.00000 ] noreverse set yrange [ 0.00000 : 1.40000 ] noreverse NO_ANIMATION = 1 ## Last plot was a multiplot # saved multiplot set multiplot layout 2,1 title "Agreement of built-in airy(x) with Amos library Ai(z) for real z" set lmargin at screen 0.15 plot [0:10] abs(Ai(x) - airy(x)) / Ai(x) set yrange [0:1.4] set ytics 1 plot [0:30] (Ai(x) - airy(x)) / Ai(x) unset multiplot