summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Moore <connor@hhmoore.ca>2026-04-08 03:08:21 -0400
committerConnor Moore <connor@hhmoore.ca>2026-04-08 03:08:21 -0400
commit3d9865a95064589a94285a1c77db36f4a38e0c13 (patch)
tree232972248723347130817b7b08a6bd3630bde972
parentb74224e8b87f8f048f5e9547c2a2ea062b0c2685 (diff)
Updated plot size and such
-rw-r--r--plot.gnu6
1 files changed, 3 insertions, 3 deletions
diff --git a/plot.gnu b/plot.gnu
index 2d1829b..e001571 100644
--- a/plot.gnu
+++ b/plot.gnu
@@ -1,12 +1,12 @@
#set term x11 persist
-set term cairolatex pdf size 5in,3in
+set term cairolatex pdf size 4in,2.5in
set output "flux.tex"
-set key reverse
+set key reverse top left
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}$"
+ 'flux.out' using 1:2 with lines lc rgb "red" title "$\\overline{\\phi}$"