diff options
Diffstat (limited to 'tempalte/plots.gp')
-rw-r--r-- | tempalte/plots.gp | 3 |
1 files changed, 2 insertions, 1 deletions
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" |