Appearance examples

Plotting with different 'appearance'-options.
fe fs
set app fe set app fs

fsc fse
set app fsc set app fse

fes es
set app fes set app es

fc fcs
set app fc set app fcs

Commands:

set box 1,1,0.0001
set zoom 2.6

set view 0,90

set edge_col 0,0,0
set line_col 0,0,255
set face_col 127,127,127
set using 3
set lut color6.lut

set xrange -4.2,3.8
set yrange -3.6,4.4


set cont 0,0.2,8

set appear fse        # Modified
draw mesh cyl.dat

"color6.lut" file:

0.0    0.0,1.0,1.0  1.0   1.0,1.0,0.0  45
1.0    1.0,1.0,0.0  7.0   1.0,0.0,0.0  60


Appearance

Letter          Function                         Attributes

f               draw faces                       face_color
e               draw edges                       edge_color, edge_width
c               draw contour lines               line_color, line_width
r               render faces with light effect   light, render_ambient
s               shade (using loop-up table)      lut (look-up table)

Files:
Shell script: pix.run
Data set: cyl.dat
LUT file: color6.lut
Shell script to generate Data set: scilab.run

back