From e816ec81dea07b56294f15fff9396c227e5d30a1 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 15 Jul 2023 16:40:10 +0200 Subject: Remove tests/plot_gradients --- tests/plot_gradients | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100755 tests/plot_gradients (limited to 'tests/plot_gradients') diff --git a/tests/plot_gradients b/tests/plot_gradients deleted file mode 100755 index b5800d07..00000000 --- a/tests/plot_gradients +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -gnuplot -persist << EOF - -set key bottom right - -set xlabel "Calculated gradient" -set ylabel "Observed gradient" - - plot "gradient-test-x.dat" using 1:2 w p lc 1 pt 1 title "x" -replot "gradient-test-y.dat" using 1:2 w p lc 2 pt 1 title "y" -replot "gradient-test-z.dat" using 1:2 w p lc 3 pt 1 title "z" - -EOF - -gnuplot -persist << EOF -set key bottom right -set xlabel "Calculated gradient" -set ylabel "Observed gradient" -plot "gradient-test-R.dat" using 1:2 w p lc 1 pt 1 title "profile radius" -EOF - -gnuplot -persist << EOF -set key bottom right -set xlabel "Calculated gradient" -set ylabel "Observed gradient" -plot "gradient-test-div.dat" using 1:2 w p lc 1 pt 1 title "divergence" -EOF -- cgit v1.2.3