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 a6e5cbb..9c2994f 100644 --- a/tempalte/plots.gp +++ b/tempalte/plots.gp @@ -9,6 +9,7 @@ set title "" set xlabel "" set ylabel "" +#set label sprintf("A = %.4g\n B = %.4g", a1, b1) at graph 0.1, 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", \ +# f1(x) title "" lc rgb "red" |