Changeset 17 in ZHANGProjects for ICOSIM/CPP/trunk/source/PlotRunSummary3.p


Ignore:
Timestamp:
Sep 30, 2014, 11:05:33 AM (10 years ago)
Author:
zhangj
Message:

Added comments...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ICOSIM/CPP/trunk/source/PlotRunSummary3.p

    r5 r17  
    1 #Gnuplot script for PlotRunSummary (Plot of the development after the first impact on collimator)
     1#Gnuplot script file for the PlotRunSummary (Plot of the development after the first impact on collimator)
    22
     3set autoscale
     4set key default
     5set ylabel "Number of particles"
     6set xlabel "N_turn"
     7set title "Time Development after first impact on collimator"
    38
    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
     9set logscale y
    1010
    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
     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
    1412
    15 
    16                   unset logscale y
     13unset logscale y
Note: See TracChangeset for help on using the changeset viewer.