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

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

Initial import

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