repo.or.cz
/
gpstools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
$ svn cp $SR/utils/trunk/src/gpstools $SR/utils/branches/gpst.postgis
[gpstools.git]
/
branches
/
gpst.postgis
/
run
blob
769e86867ba394f7818129088603b7518effc528
1
#!/usr/bin/gnuplot
2
3
# $Id$
4
5
!./makemesh >x
6
set pm3d
7
splot "x" w l, "x" w pm3d
8
pause -1
9
10
splot "x" w l
11
pause -1
12
splot "x" w d
13
pause -1