diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2025-03-09 23:15:32 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2025-03-09 23:15:32 +0300 |
commit | 320bf2f0155edd67557a3042403eeb843b90a41d (patch) | |
tree | c570a5cec849f12f068f4f4d3853793d974d7d8b /tempalte/plots.gp | |
parent | 620b996f2ffe5e9e426b88f57e4f46bc9af7f237 (diff) |
added 219
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" |