summaryrefslogtreecommitdiff
path: root/plot.gnu
blob: 2d1829b63a1d883d1113a74babba9a24fee86670 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#set term x11 persist
set term cairolatex pdf size 5in,3in
set output "flux.tex"

set key reverse
set grid
set xlabel "Distance [cm]"
set ylabel "$\\phi$"


plot 'flux.out' using 1:($2 + $3):($2 - $3) with filledcurves lc rgb "#CCCCFF" title "$\\pm 1 \\sigma$", \
    'flux.out' using 1:2 with lines lc rgb "blue" title "$\\overbar{\\phi}$"