b15f/gnuplotscript.gp

15 lines
536 B
Plaintext
Raw Normal View History

2019-03-27 11:57:51 +00:00
set margin 10,10
unset key
set grid
set title ''
2019-03-27 14:48:24 +00:00
set xlabel 'Desc X [Unit X]'
set ylabel 'Desc Y [Unit Y]'
2019-03-27 11:57:51 +00:00
set xrange [0:5000]
set yrange [0:50]
2019-03-27 14:48:24 +00:00
set label at 4995,12 'Desc P [Unit P] = 1' left
set label at 4995,25 'Desc P [Unit P] = 2' left
2019-03-27 11:57:51 +00:00
unset output
set terminal qt
unset output
2019-03-27 14:48:24 +00:00
plot "/tmp/tempfile0" using ($1*4.887586):($2*0.048876) binary format="%int16%int16" endian=big title 'Desc P [Unit P] = 1' w l,"/tmp/tempfile32" using ($1*4.887586):($2*0.048876) binary format="%int16%int16" endian=big title 'Desc P [Unit P] = 2' w l