source: ZHANGProjects/ICOSIM/CPP/trunk/source/PlotRunSummary3.p @ 17

Last change on this file since 17 was 17, checked in by zhangj, 10 years ago

Added comments...

File size: 525 bytes
RevLine 
[17]1#Gnuplot script file for the PlotRunSummary (Plot of the  development after the first impact on collimator)
[5]2
[17]3set autoscale
4set key default
5set ylabel "Number of particles"
6set xlabel "N_turn"
7set title "Time Development after first impact on collimator"
[5]8
[17]9set logscale y
[5]10
[17]11 plot "PlotRunSummary4.dat" using 1:2 title 'rest particles in beam' with line, "PlotRunSummary4.dat" using 1:3 title 'particles lost on collimators' with line, "PlotRunSummary4.dat" using 1:4 title 'particles lost elsewhere' with line
[5]12
[17]13unset logscale y
Note: See TracBrowser for help on using the repository browser.