summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Moore <connor.moore@psi.ch>2026-07-10 10:31:28 +0200
committerConnor Moore <connor.moore@psi.ch>2026-07-10 10:31:28 +0200
commitacd36e21e8db6cd82d7c0b625a4b9ad877702b58 (patch)
treea47bee137de7337f92a868e8a0d7d08f6e5c8153
parent8e0621d448eb68a5ec5a900536a4278d85726006 (diff)
Updated terminal to Qt from X11 for gnuplot
-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'"))