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
Line 
1#Gnuplot script file for the PlotRunSummary (Plot of the  development after the first impact on collimator)
2
3set autoscale
4set key default
5set ylabel "Number of particles"
6set xlabel "N_turn"
7set title "Time Development after first impact on collimator"
8
9set logscale y
10
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
12
13unset logscale y
Note: See TracBrowser for help on using the repository browser.