plottyfile done
This commit is contained in:
parent
71b156aa6f
commit
f59e1d4de8
13 changed files with 235 additions and 64 deletions
|
@ -2,12 +2,13 @@ set margin 10,10
|
|||
unset key
|
||||
set grid
|
||||
set title ''
|
||||
set xlabel 'Desc X [Unit X]'
|
||||
set ylabel 'Desc Y [Unit Y]'
|
||||
set xrange [0:5000]
|
||||
set yrange [0:50]
|
||||
set label at 4995,49 'Desc P [Unit P] = 1' left
|
||||
set xlabel 'Zeit [t]'
|
||||
set ylabel 'Spannung [V]'
|
||||
set xrange [0:1023]
|
||||
set yrange [0:1023]
|
||||
set label at 1022,1022 '1' left
|
||||
set label at 1022,511 '2' left
|
||||
unset output
|
||||
set terminal qt
|
||||
unset output
|
||||
plot "/tmp/tempfile32" using ($1*4.887586):($2*0.048876) binary format="%int16%int16" endian=big title 'Desc P [Unit P] = 1' w l
|
||||
plot "/tmp/tempfile0" using ($1*1.000000):($2*1.000000) binary format="%int16%int16" endian=big title ' [] = 1' w l,"/tmp/tempfile1" using ($1*1.000000):($2*1.000000) binary format="%int16%int16" endian=big title ' [] = 2' w l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue