diff options
Diffstat (limited to 'tempalte')
-rw-r--r-- | tempalte/main.cpp | 1 | ||||
-rw-r--r-- | tempalte/plots.gp | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tempalte/main.cpp b/tempalte/main.cpp index 2786234..9980fb8 100644 --- a/tempalte/main.cpp +++ b/tempalte/main.cpp @@ -1,6 +1,7 @@ #include <iostream> #include "include/praktable.hpp" +#include "include/prakphys.hpp" using table = prak::table<f64>; using f64p = prak::pvalue<f64>; diff --git a/tempalte/plots.gp b/tempalte/plots.gp index 9c2994f..f197258 100644 --- a/tempalte/plots.gp +++ b/tempalte/plots.gp @@ -8,8 +8,9 @@ set output '' set title "" set xlabel "" set ylabel "" +set key top left -#set label sprintf("A = %.4g\n B = %.4g", a1, b1) at graph 0.1, 0.9 front boxed +#set label sprintf("A = %.4g\n B = %.4g", a1, b1) at graph 0.2, 0.9 front boxed #plot '.plot' using 1:2:3 with yerrorbars notitle lc 0 pt 1 lw 2, \ # f1(x) title "" lc rgb "red" |