# set terminal canvas  rounded size 600,400 enhanced fsize 10 lw 1.6 fontscale 1 name "pm3d_33" jsdir "."
# set output 'pm3d.33.js'
set border 895 front lt black linewidth 1.000 dashtype solid
set grid nopolar
set grid xtics nomxtics ytics nomytics noztics nomztics \
 nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics
set grid front   lt 0 linewidth 0.500,  lt 0 linewidth 0.500
set style line 100  linecolor rgb "#f0e442"  linewidth 0.500 dashtype solid pointtype 5 pointsize default pointinterval 0
set view 20, 20, 1, 1
set samples 11, 11
set isosamples 11, 11
unset surface 
set style data pm3d
set style function pm3d
set xyplane relative 0
set nomcbtics
set title "Using interpolation with datafile; pm3d at s ftriangles interpolate 10,1" 
set xlabel "X LABEL" 
set ylabel "Y LABEL" 
set lmargin  0
set pm3d implicit at s
set pm3d scansforward
set pm3d interpolate 10,1 flush begin ftriangles noborder corners2color mean
x = 0.0
## Last datafile plotted: "triangle.dat"
splot 'triangle.dat'