* /trunk/src/gpstools/renskescript
[gpstools.git] / run
blob769e86867ba394f7818129088603b7518effc528
1 #!/usr/bin/gnuplot
3 # $Id$
5 !./makemesh >x
6 set pm3d
7 splot "x" w l, "x" w pm3d
8 pause -1
10 splot "x" w l
11 pause -1
12 splot "x" w d
13 pause -1