[BACK]Return to binary.dem CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / demo

Annotation of OpenXM_contrib/gnuplot/demo/binary.dem, Revision 1.1.1.1

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>