diff options
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 |