diff options
author | justanothercatgirl <sotov@twistea.su> | 2024-12-04 22:32:12 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2024-12-04 22:32:12 +0300 |
commit | 8269ece153d9f8d1a8a5fb7238adce6aa4226f99 (patch) | |
tree | da560c3866ac00ebb65699cb6bac0e199a877835 /tempalte/plots.gp | |
parent | c031795880d2ff2d3b64864a4ba68280a91d21c3 (diff) |
added vtek7
Diffstat (limited to 'tempalte/plots.gp')
-rw-r--r-- | tempalte/plots.gp | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/tempalte/plots.gp b/tempalte/plots.gp index 702408a..314be12 100644 --- a/tempalte/plots.gp +++ b/tempalte/plots.gp @@ -1,14 +1,13 @@ set term pngcairo size 1000, 800 -set tmargin at screen 0.95 -f1(x) = a1*x+b1 -fit f1(x) '.plot' using 1:2:3 yerr via a1, b1 +#f1(x) = a1*x+b1 +#fit f1(x) '.plot' using 1:2:3 yerr via a1, b1 set output '' -set label "" at graph 0.5, graph 1.025 center +set title "" set xlabel "" set ylabel "" -plot '.plot' using 1:2:3 with yerrorbars notitle lc 0 pt 1 lw 2, \ - f1(x) title "" lc rgb "red", \ +#plot '.plot' using 1:2:3 with yerrorbars notitle lc 0 pt 1 lw 2, \ +# f1(x) title "" lc rgb "red", \ |