driver rename
This commit is contained in:
parent
7a1efabe49
commit
281a00ddc0
35 changed files with 0 additions and 0 deletions
13
control/examples/pegel/gnuplotscript.gp
Normal file
13
control/examples/pegel/gnuplotscript.gp
Normal file
|
@ -0,0 +1,13 @@
|
|||
set margin 10,10
|
||||
unset key
|
||||
set grid
|
||||
set title ''
|
||||
set xlabel 'U_{OUT} [V]'
|
||||
set ylabel 'U_{IN} [V]'
|
||||
set xrange [0:5]
|
||||
set yrange [0:5]
|
||||
set label at 5,5 ' [V] = 0' left
|
||||
unset output
|
||||
set terminal qt
|
||||
unset output
|
||||
plot "/tmp/tempfile0" using ($1*0.004888):($2*0.004888) binary format="%int16%int16" endian=big title ' [V] = 0' w l
|
Loading…
Add table
Add a link
Reference in a new issue