63d36ebc25987d1b61f902bddc7431e7ddba18e8
[gnuplot] / demo / binary.dem
1 #
2 # $Id: binary.dem,v 1.5 2003/10/28 05:35:54 sfeam Exp $
3 #
4 set style data lines
5 set hidden3d
6 set title "Hidden line removal of explicit binary surfaces"
7 set ticslevel 0
8 set key box
9
10 set xrange [-3:3]
11 set yrange [-2:2]
12 splot "binary1" binary
13 pause -1 "Hit return to continue (1)"
14
15 set view 70,45
16 set xrange [-3:3]
17 set yrange [-3:3]
18 splot "binary2" binary
19 pause -1 "Hit return to continue (2)"
20
21 set title "Notice that sampling rate can change"
22 set vi 70,10
23 set xrange [-3:6]
24 set yrange [-3:6]
25 splot "binary3" binary
26 pause -1 "Hit return to continue (3)"
27
28 reset