set title '$2^{2\Delta} = '.((qwi+1)*5).'$' offset 0,-3
}
if(qwi>0){
unset key
}
plot \
RES index qwi u ($17+($16==80?-.2:.2)):($12<=200?($16==80?$1:NaN):NaN):($5/MAX_L):($3==512?2:($3==1024?4:($3==2048?7:9))):xtic($16==80?'$\lambda\!\approx\!80,$':'$128$') w boxes lc variable fs solid .3 notitle, \
RES index qwi u ($17+($16==80?-.2:.2)):($12<=200?($16==80?NaN:$1):NaN):($5/MAX_L):($3==512?2:($3==1024?4:($3==2048?7:9))) w boxes lc variable fs solid .7 notitle, \
...
...
@@ -58,7 +61,8 @@ do for [qwi=0:QWS-1] {
NaN w boxes lc 2 title '$N = \phantom{1\,}512$', \
NaN w boxes lc 4 title '$N = 1\,024$', \
NaN w boxes lc 7 title '$N = 2\,048$', \
NaN w boxes lc 9 title '$N = 4\,096$'
NaN w boxes lc 9 title '$N = 4\,096$', \
NaN w boxes lc rgb "#606060" fs pattern 2 title "Incorr.\ res."
RES index qwi u ($17+($16==80?-.2:.2)):($12<=200?($16==80?$1:NaN):NaN):($5/MAX_L):($3==512?2:($3==1024?4:($3==2048?7:9))):xtic("λ≈".stringcolumn(16)) w boxes lc variable fs solid .3 notitle, \
RES index qwi u ($17+($16==80?-.2:.2)):($12<=200?($16==80?NaN:$1):NaN):($5/MAX_L):($3==512?2:($3==1024?4:($3==2048?7:9))):xtic("λ≈".stringcolumn(16)) w boxes lc variable fs solid .7 notitle, \
...
...
@@ -57,7 +60,8 @@ do for [qwi=0:QWS-1] {
NaN w boxes lc 2 title "N = 512", \
NaN w boxes lc 4 title "N = 1 024", \
NaN w boxes lc 7 title "N = 2 048", \
NaN w boxes lc 9 title "N = 4 096"
NaN w boxes lc 9 title "N = 4 096", \
NaN w boxes lc rgb "#606060" fs pattern 2 title "Incorr. res."