ini
[aversive.git] / modules / devices / control_system / filters / quadramp / test / plot
1 #!/bin/bash
2
3 (gnuplot <<EOF
4 set terminal postscript eps color "Times-Roman" 16
5 set output 'in-out.eps'
6 set multiplot
7 set yrange [-6000:11000]
8 plot "data" using 1:2 with lines, "data" using 1:3 with lines
9 EOF
10 ) &
11
12 (gnuplot <<EOF
13 set terminal postscript eps color "Times-Roman" 16
14 set output 'speed.eps'
15 set multiplot
16 set yrange [-110:110]
17 plot "data" using 1:4 with lines
18 EOF
19 )&
20