diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2025-04-14 00:34:52 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2025-04-14 00:34:52 +0300 |
commit | 5ee716791bf7a8ca74c1670a6887a53ab92141f6 (patch) | |
tree | 0a5a522f89d258ec36f4af23cc60aaa578abe7e8 /tempalte/plots.gp | |
parent | 320bf2f0155edd67557a3042403eeb843b90a41d (diff) |
added 218, 226, 234, 240
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" |