diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-27 10:51:24 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-27 10:51:24 +0200 |
| commit | 3202ffaeef4dcf3ff8de41d52027c587229ed81c (patch) | |
| tree | 6c8a26269db074bcacea6690e896de727eba2db7 | |
| parent | 5ec8ecc8c44fad4b44047b7621290f7922026588 (diff) | |
Fixed Gnuplot showing tics and errorbars at same time, updated range for uco20
| -rw-r--r-- | plot.gnu | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ if (ARG1 eq "uc010") { } if (ARG1 eq "uco20") { - set yrange [1.5:1.72] + set yrange [1.55:1.72] } if (ARG1 eq "un") { @@ -38,8 +38,8 @@ set style fill pattern 4 noborder set ylabel "k_{eff}" set xlabel "RPT/RRPT Radius [cm]" -plot "results/rpt_table" using 1:2:3 with yerrorlines dt 2 title "RPT K_{eff}", \ - "results/rrpt_table" using 1:2:3 with yerrorlines dt 2 title "RRPT K_{eff}", \ +plot "results/rpt_table" using 1:2:3 with yerrorlines pt 0 dt 2 title "RPT K_{eff}", \ + "results/rrpt_table" using 1:2:3 with yerrorlines pt 0 dt 2 title "RRPT K_{eff}", \ keyentry with lines title "Explicit K_{eff}" lc rgb "red" dt 2, \ keyentry with lines title "VWH K_{eff}" lc rgb "blue" dt 2 |
