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

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

Initial import.

File size: 370 bytes
Line 
1#Gnuplot script for the PlotRunSummary (Plot of the collimator load)
2
3
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
12
13       load 'labelscolliend.p'
Note: See TracBrowser for help on using the repository browser.