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
Merge csv zero stuff from *.contains_poscount, maybe I’ll have to move it to trackpoint()
[gpstools.git]
/
run
blob
fb1a30ca7d13cba7f734d4578d57cb67e7aa60c7
1
#!/usr/bin/gnuplot
2
3
# run
4
# File ID: c819f2a6-fafa-11dd-b0ac-000475e441b9
5
6
!./makemesh >x
7
set pm3d
8
splot "x" w l, "x" w pm3d
9
pause -1
10
11
splot "x" w l
12
pause -1
13
splot "x" w d
14
pause -1