aboutsummaryrefslogtreecommitdiffstats
path: root/107/data.gp
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2024-12-02 16:25:59 +0300
committerjustanothercatgirl <sotov@twistea.su>2024-12-02 16:25:59 +0300
commit3fd86ca01c1d2b0e6e8ffe46de12d6e68054a217 (patch)
tree4670a617978e1c1a6e348d8c0b59ced106fd4e0a /107/data.gp
parent1e4e6f1e06d51712954579b89dc0a7e2c298667e (diff)
parent17c1a6895263eb31bdfb8859cb5ebc7255dae23c (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '107/data.gp')
-rw-r--r--107/data.gp31
1 files changed, 31 insertions, 0 deletions
diff --git a/107/data.gp b/107/data.gp
new file mode 100644
index 0000000..85a5595
--- /dev/null
+++ b/107/data.gp
@@ -0,0 +1,31 @@
+set term png
+
+set xrange[0:25]
+set yrange[0:10]
+set xlabel "b, см"
+set ylabel "a, см"
+set tmargin 1.6
+
+set label "разброс точек и коэффициентов трения скольжения для блока 1" at graph 0.5, graph 1.02 center
+set output 'data1.png'
+plot 'data_1' using 1:2:3:4 with xyerrorbars pt 7 lc rgb "red" title "Блок 1", \
+ 0.29*x lc 1 notitle, \
+ 0.3*x lc 1 notitle, \
+ 0.29*x lc 1 notitle, \
+ 0.27*x lc 1 notitle, \
+ 0.27*x lc 1 notitle, \
+ 0.34*x lc 1 notitle
+
+unset label
+set label "разброс точек и коэффициентов трения скольжения для блока 2" at graph 0.5, graph 1.02 center
+set output 'data2.png'
+plot 'data_2' using 1:2:3:4 with xyerrorbars pt 7 lc rgb "blue" title "Блок 2", \
+ 0.31*x lc 2 notitle, \
+ 0.32*x lc 2 notitle, \
+ 0.32*x lc 2 notitle, \
+ 0.31*x lc 2 notitle, \
+ 0.30*x lc 2 notitle, \
+ 0.30*x lc 2 notitle
+
+
+