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

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

Added comments...

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