1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-15 17:32:28 +02:00
wernermisc/m1/usb/plot

13 lines
238 B
Plaintext
Raw Normal View History

2011-11-16 21:58:24 +02:00
#!/bin/sh
#
# Plot output of "dec"
#
gnuplot -persist <<EOF
set style data lines
plot "_wv" using 1:(\$3-4), \
"_dig" using 1:(\$2*3.3-4) lw 2, \
"_wv" using 1:2, \
"_dig" using 1:(\$3*3.3) lw 2, \
"_clk" using 1:(\$2+1) lt 7
EOF