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 /vtek7/plots.gp | |
parent | 8269ece153d9f8d1a8a5fb7238adce6aa4226f99 (diff) |
Added 227
Diffstat (limited to 'vtek7/plots.gp')
-rw-r--r-- | vtek7/plots.gp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vtek7/plots.gp b/vtek7/plots.gp index 0f38281..fcc1567 100644 --- a/vtek7/plots.gp +++ b/vtek7/plots.gp @@ -1,4 +1,5 @@ set term pngcairo size 1000, 800 +set grid lw 2 f1(x) = a1 * x + b1 fit f1(x) 'ex1_EL.plot' yerr via a1, b1 @@ -42,6 +43,7 @@ plot 'ex1_EL.plot' using 1:2:3 with yerrorbars notitle lc 0 pt 1 lw 2, \ reset +set grid lw 2 set output 'ex2.png' set title "Зависимосьть I, U фотоида от освещённости E" @@ -59,6 +61,7 @@ plot 'ex2_IE.plot' axis x1y2 with lines title "I(E)",\ f21(x) axis x1y2 lt 10 notitle, f22(x) axis x1y1 lt 10 notitle reset +set grid lw 2 set output 'ex3.png' set term pngcairo size 1272, 900 @@ -86,6 +89,8 @@ set xrange[0:0.5] replot reset +set grid lw 2 + set term pngcairo size 1000, 800 set output 'ex4.png' @@ -105,6 +110,7 @@ plot 'ex4_UE.plot' axis x1y1 with lines title "U(E)",\ f41(x) lt 10 notitle , f42(x) axis x1y2 lt 10 notitle reset +set grid lw 2 set output 'ex6_1.png' set title "ВАХ Солнечной батареи" |