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
gpst: Remove rounding in that obsolete /^T .*/ format
[gpstools.git]
/
vx
blob
2eddfc597d4b6044088e186f14186313f68d599b
1
#!/bin/bash
2
3
# vx
4
5
gpst
-o
xgraph
-rt
"$@"
| rmspcall |
uniq
| xgraph
-fmtx
%
.06
f
-fmty
%
.06
f
6
# gptrans_conv -o clean "$@" >/tmp/v.dat
7
# cat <<END | gnuplot -persist
8
# set mouse
9
# plot "/tmp/v.dat" w l 3
10
# pause -1
11
# END