diff options
| -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 |
