#!/usr/bin/env gnuplot set terminal pdf enhanced set output 'c1c1f01/original.pdf' set xlabel 'Measurement Location (top to bottom) [-]' set ylabel 'Detector Signal [-]' set style line 1 lt 1 lc rgb "red" lw 2 set style line 2 lt 2 lc rgb "blue" lw 2 set style line 3 lt 3 lc rgb "forest-green" lw 2 set style line 4 lt 4 lc rgb "magenta" lw 2 set style line 5 lt 5 lc rgb "dark-orange" lw 2 set style line 6 lt 6 lc rgb "royalblue" lw 2 set style line 7 lt 7 lc rgb "black" lw 2 set style line 8 lt 8 lc rgb "dark-red" lw 2 set style line 9 lt 9 lc rgb "orange-red" lw 2 set style line 10 lt 10 lc rgb "gray" lw 3 plot \ '-' using 1:2 with lines ls 1 title 'Detector 1',\ '-' using 1:2 with lines ls 2 title 'Detector 2',\ '-' using 1:2 with lines ls 3 title 'Detector 3',\ '-' using 1:2 with lines ls 4 title 'Detector 4',\ '-' using 1:2 with lines ls 5 title 'Detector 6',\ '-' using 1:2 with lines ls 6 title 'Detector 4' 1.0 0.037 2.0 0.04 3.0 0.056 4.0 0.069 5.0 0.087 6.0 0.097 7.0 0.109 8.0 0.122 9.0 0.14 10.0 0.157 11.0 0.171 12.0 0.186 13.0 0.2 14.0 0.213 15.0 0.226 16.0 0.232 17.0 0.242 18.0 0.263 19.0 0.27 20.0 0.28 21.0 0.289 22.0 0.299 23.0 0.305 24.0 0.31 25.0 0.306 26.0 0.314 27.0 0.324 28.0 0.33 29.0 0.333 30.0 0.334 31.0 0.336 32.0 0.336 33.0 0.329 34.0 0.321 35.0 0.327 36.0 0.329 37.0 0.327 38.0 0.323 39.0 0.318 40.0 0.312 41.0 0.304 42.0 0.288 43.0 0.279 44.0 0.277 45.0 0.27 46.0 0.26 47.0 0.25 48.0 0.237 49.0 0.227 50.0 0.214 51.0 0.195 52.0 0.182 53.0 0.168 54.0 0.16 55.0 0.145 56.0 0.13 57.0 0.112 58.0 0.091 59.0 0.079 60.0 0.061 61.0 0.048 e 1.0 0.036 2.0 0.036 3.0 0.043 4.0 0.055 5.0 0.07 6.0 0.086 7.0 0.099 8.0 0.11 9.0 0.124 10.0 0.143 11.0 0.159 12.0 0.172 13.0 0.186 14.0 0.206 15.0 0.21 16.0 0.219 17.0 0.223 18.0 0.238 19.0 0.251 20.0 0.262 21.0 0.271 22.0 0.28 23.0 0.287 24.0 0.294 25.0 0.294 26.0 0.293 27.0 0.304 28.0 0.31 29.0 0.314 30.0 0.317 31.0 0.319 32.0 0.32 33.0 0.319 34.0 0.309 35.0 0.307 36.0 0.312 37.0 0.313 38.0 0.31 39.0 0.306 40.0 0.3 41.0 0.294 42.0 0.281 43.0 0.267 44.0 0.264 45.0 0.258 46.0 0.251 47.0 0.242 48.0 0.231 49.0 0.222 50.0 0.21 51.0 0.194 52.0 0.178 53.0 0.17 54.0 0.159 55.0 0.146 56.0 0.131 57.0 0.117 58.0 0.103 59.0 0.088 60.0 0.072 61.0 0.057 e 1.0 0.048 2.0 0.051 3.0 0.063 4.0 0.082 5.0 0.103 6.0 0.127 7.0 0.147 8.0 0.162 9.0 0.185 10.0 0.208 11.0 0.232 12.0 0.25 13.0 0.268 14.0 0.286 15.0 0.303 16.0 0.314 17.0 0.324 18.0 0.347 19.0 0.364 20.0 0.379 21.0 0.393 22.0 0.405 23.0 0.415 24.0 0.424 25.0 0.419 26.0 0.427 27.0 0.441 28.0 0.449 29.0 0.453 30.0 0.457 31.0 0.458 32.0 0.458 33.0 0.454 34.0 0.438 35.0 0.444 36.0 0.449 37.0 0.447 38.0 0.443 39.0 0.435 40.0 0.425 41.0 0.416 42.0 0.396 43.0 0.381 44.0 0.377 45.0 0.369 46.0 0.357 47.0 0.34 48.0 0.327 49.0 0.313 50.0 0.295 51.0 0.268 52.0 0.251 53.0 0.238 54.0 0.22 55.0 0.202 56.0 0.18 57.0 0.161 58.0 0.139 59.0 0.118 60.0 0.095 61.0 0.07 e 1.0 0.04 2.0 0.044 3.0 0.055 4.0 0.07 5.0 0.089 6.0 0.106 7.0 0.12 8.0 0.132 9.0 0.154 10.0 0.179 11.0 0.189 12.0 0.201 13.0 0.215 14.0 0.229 15.0 0.246 16.0 0.249 17.0 0.258 18.0 0.275 19.0 0.289 20.0 0.306 21.0 0.312 22.0 0.32 23.0 0.328 24.0 0.334 25.0 0.329 26.0 0.337 27.0 0.348 28.0 0.354 29.0 0.358 30.0 0.361 31.0 0.361 32.0 0.361 33.0 0.356 34.0 0.345 35.0 0.352 36.0 0.354 37.0 0.352 38.0 0.349 39.0 0.344 40.0 0.333 41.0 0.329 42.0 0.313 43.0 0.3 44.0 0.298 45.0 0.29 46.0 0.28 47.0 0.269 48.0 0.257 49.0 0.245 50.0 0.228 51.0 0.211 52.0 0.197 53.0 0.187 54.0 0.173 55.0 0.158 56.0 0.142 57.0 0.125 58.0 0.108 59.0 0.089 60.0 0.063 61.0 0.053 e 1.0 0.036 2.0 0.038 3.0 0.047 4.0 0.064 5.0 0.078 6.0 0.093 7.0 0.106 8.0 0.117 9.0 0.137 10.0 0.153 11.0 0.174 12.0 0.182 13.0 0.196 14.0 0.209 15.0 0.219 16.0 0.226 17.0 0.233 18.0 0.248 19.0 0.264 20.0 0.272 21.0 0.281 22.0 0.29 23.0 0.298 24.0 0.303 25.0 0.299 26.0 0.305 27.0 0.315 28.0 0.321 29.0 0.324 30.0 0.326 31.0 0.327 32.0 0.327 33.0 0.325 34.0 0.313 35.0 0.317 36.0 0.321 37.0 0.32 38.0 0.317 39.0 0.312 40.0 0.306 41.0 0.297 42.0 0.287 43.0 0.273 44.0 0.271 45.0 0.265 46.0 0.257 47.0 0.247 48.0 0.237 49.0 0.224 50.0 0.214 51.0 0.19 52.0 0.182 53.0 0.17 54.0 0.158 55.0 0.146 56.0 0.131 57.0 0.117 58.0 0.103 59.0 0.085 60.0 0.07 61.0 0.05 e 1.0 0.037 2.0 0.039 3.0 0.05 4.0 0.068 5.0 0.08 6.0 0.095 7.0 0.11 8.0 0.122 9.0 0.142 10.0 0.158 11.0 0.172 12.0 0.185 13.0 0.199 14.0 0.212 15.0 0.224 16.0 0.229 17.0 0.239 18.0 0.256 19.0 0.267 20.0 0.278 21.0 0.289 22.0 0.296 23.0 0.302 24.0 0.307 25.0 0.304 26.0 0.313 27.0 0.321 28.0 0.325 29.0 0.328 30.0 0.33 31.0 0.332 32.0 0.331 33.0 0.326 34.0 0.318 35.0 0.324 36.0 0.327 37.0 0.326 38.0 0.322 39.0 0.317 40.0 0.31 41.0 0.303 42.0 0.288 43.0 0.278 44.0 0.275 45.0 0.268 46.0 0.258 47.0 0.249 48.0 0.237 49.0 0.225 50.0 0.209 51.0 0.191 52.0 0.18 53.0 0.171 54.0 0.152 55.0 0.144 56.0 0.129 57.0 0.114 58.0 0.099 59.0 0.079 60.0 0.066 61.0 0.049