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

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

Initial import

File size: 428 bytes
Line 
1#Gnuplot script file for the PlotRunSummary (Plot of the loss map)
2
3
4   set autoscale xmax
5   set autoscale y
6   set key default
7   set xrange [-1:]
8   set ylabel "P'(W/m)"
9   set xlabel "Distance from starting point (km)"
10   set title "Loss map"
11
12   load 'labelsIP.p'
13   
14   plot "PlotRunSummary1.dat" using 2:1 title 'Losses' with boxes, \
15      "PlotRunSummary2.dat" using 2:1 title 'IP' with impulses
16
17         load 'labelsIPend.p'
Note: See TracBrowser for help on using the repository browser.