Remove branches/gpst-breakfix/, it has its own branch now.
[gpstools.git] / run
blobfb1a30ca7d13cba7f734d4578d57cb67e7aa60c7
1 #!/usr/bin/gnuplot
3 # run
4 # File ID: c819f2a6-fafa-11dd-b0ac-000475e441b9
6 !./makemesh >x
7 set pm3d
8 splot "x" w l, "x" w pm3d
9 pause -1
11 splot "x" w l
12 pause -1
13 splot "x" w d
14 pause -1