plotsurvey.gp · 598 B · ext
.gp · seen 35× in SWHvia unique-primary
swh:1:cnt:c89a594696e4b9785153eee2995d10c98db28e47;origin=https://github.com/orblancog/DAFNEmadx;anchor=swh:1:rev:2bdc61b320770bb44a69a5397c90c6bd8ff8c48b;path=/outputs/plotsurvey.gp
Show source
# this plot compares the output of a survey with the data
# from the mechanical design
set size ratio 1.45
scalex=1e-3
scaley=scalex
scalexy=scaley
filsurvey = 'survey.dat'
set xlabel "z [m]" font ',18' offset 0
set ylabel "x [m]" font ',18' offset -3
set xtics 10 font ',18'
set mxtics 2
set ytics 10 font ',18'
set mytics 2
set key top left font ',18'
plot \
filsurvey u 8:6 w p lw 9 lt 8 ti "TL Survey", \
'TL_design_mec_2017SET20.dat' u ($2*scalex):($3*scaley) w p lw 6 lt 7 ti "TL design", \
'TL_measured_mec_2017SET20.dat' u ($4*scalex):($5*scaley) w p lt 6 lw 20 ti 'TL measured'