From acd36e21e8db6cd82d7c0b625a4b9ad877702b58 Mon Sep 17 00:00:00 2001 From: Connor Moore Date: Fri, 10 Jul 2026 10:31:28 +0200 Subject: Updated terminal to Qt from X11 for gnuplot --- plot.gnu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'")) -- cgit v1.2.3