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

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

Added comments...

File size: 341 bytes
Line 
1#Gnuplot script file for the PlotRunSummary (Plot of the collimator load)
2
3set autoscale
4set key default
5set style fill solid 0.5
6set ylabel "P_coll (W)"
7set xlabel "Collimators"
8set title "Collimator load distribution"
9
10load 'labelscolli.p'
11
12 plot "PlotRunSummary3.dat" using 1:2 title 'Collimator load' with boxes
13
14load 'labelscolliend.p'
Note: See TracBrowser for help on using the repository browser.