diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2025-02-24 21:26:32 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2025-02-24 21:26:32 +0300 |
commit | e10c7380486e07b277001ab3aa653b74aa990f79 (patch) | |
tree | 56911e9760a43f9753fb0190952eaf4fd9ad6151 /tempalte/plots.gp | |
parent | 8269ece153d9f8d1a8a5fb7238adce6aa4226f99 (diff) |
Added 227
Diffstat (limited to 'tempalte/plots.gp')
-rw-r--r-- | tempalte/plots.gp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tempalte/plots.gp b/tempalte/plots.gp index 314be12..a6e5cbb 100644 --- a/tempalte/plots.gp +++ b/tempalte/plots.gp @@ -1,4 +1,5 @@ set term pngcairo size 1000, 800 +set grid #f1(x) = a1*x+b1 #fit f1(x) '.plot' using 1:2:3 yerr via a1, b1 |