# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'polygons.4.png' unset border unset key set style line 101 linecolor rgb "forest-green" linewidth 1.000 dashtype solid pointtype 1 pointsize default set style line 102 linecolor rgb "goldenrod" linewidth 1.000 dashtype solid pointtype 1 pointsize default set view 148, 55, 2.7, 1 set view equal xyz set style data lines unset xtics unset ytics unset ztics unset cbtics unset rtics set title "splot dodecahedron.dat with polygons fc variable" set xrange [ -2.00000 : 2.00000 ] noreverse set yrange [ -2.00000 : 2.00000 ] noreverse set zrange [ -2.00000 : 2.00000 ] noreverse set pm3d depthorder set pm3d interpolate 1,1 flush begin noftriangles border linecolor rgb "black" linewidth 2.000 dashtype solid corners2color mean set pm3d lighting primary 0.5 specular 0.2 spec2 0.3 set pm3d spotlight rgb 0xff0044 rot_x 50 rot_z 90 Phong 4.0 set palette cubehelix start 0.5 cycles -1.5 saturation 1 unset colorbox NO_ANIMATION = 1 phi = 1.61803398874989 n = 21 ## Last datafile plotted: "dodecahedron.dat" splot 'dodecahedron.dat' using 1:2:3:(column(-1)+3) with polygons fc variable lw 2