summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plot.gnu2
1 files changed, 1 insertions, 1 deletions
diff --git a/plot.gnu b/plot.gnu
index 249693b..30b6de9 100644
--- a/plot.gnu
+++ b/plot.gnu
@@ -1,4 +1,4 @@
-set term x11 persist
+set term qt persist
exp_keff=real(system("cat results/explicit.out | grep 'Combined k-effective' | cut -d '=' -f 2 | cut -d '+' -f 1 | sed 's/ //g'"))
exp_pm=real(system("cat results/explicit.out | grep 'Combined k-effective' | cut -d '=' -f 2 | cut -d '-' -f 2 | sed 's/ //g'"))