diff options
| author | Connor Moore <connor.moore@psi.ch> | 2026-07-10 10:31:28 +0200 |
|---|---|---|
| committer | Connor Moore <connor.moore@psi.ch> | 2026-07-10 10:31:28 +0200 |
| commit | acd36e21e8db6cd82d7c0b625a4b9ad877702b58 (patch) | |
| tree | a47bee137de7337f92a868e8a0d7d08f6e5c8153 | |
| parent | 8e0621d448eb68a5ec5a900536a4278d85726006 (diff) | |
Updated terminal to Qt from X11 for gnuplot
| -rw-r--r-- | plot.gnu | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'")) |
