Changeset 17 in ZHANGProjects for ICOSIM/CPP/trunk/source/PlotRunSummary2.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/PlotRunSummary2.p

    r5 r17  
    1 #Gnuplot script for the PlotRunSummary (Plot of the collimator load)
     1#Gnuplot script file for the PlotRunSummary (Plot of the collimator load)
    22
     3set autoscale
     4set key default
     5set style fill solid 0.5
     6set ylabel "P_coll (W)"
     7set xlabel "Collimators"
     8set title "Collimator load distribution"
    39
    4    set autoscale
    5    set key default
    6     set title "Collimator load distribution"
    7     set ylabel "P_coll (W)"
    8     set xlabel "Collimators"
    9     set style fill solid 0.5
    10     load 'labelscolli.p'
    11     plot "PlotRunSummary3.dat" using 1:2 title 'Collimator load' with boxes
     10load 'labelscolli.p'
    1211
    13        load 'labelscolliend.p'
     12 plot "PlotRunSummary3.dat" using 1:2 title 'Collimator load' with boxes
     13
     14load 'labelscolliend.p'
Note: See TracChangeset for help on using the changeset viewer.