From b74224e8b87f8f048f5e9547c2a2ea062b0c2685 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Wed, 8 Apr 2026 02:55:16 -0400 Subject: Fixed statistics, pdf_tex plot for presenting --- plot.gnu | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'plot.gnu') diff --git a/plot.gnu b/plot.gnu index 46079c6..2d1829b 100644 --- a/plot.gnu +++ b/plot.gnu @@ -1,3 +1,12 @@ -set term x11 persist +#set term x11 persist +set term cairolatex pdf size 5in,3in +set output "flux.tex" -plot 'flux.out' using 1:2 with lines +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}$" -- cgit v1.2.3