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

    r5 r17  
    11#Gnuplot script file for the PlotRunSummary (Plot of the loss map)
    22
     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"
    310
    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'
     11plot "PlotRunSummary1.dat" using 2:1 title 'Losses' with boxes
Note: See TracChangeset for help on using the changeset viewer.