aboutsummaryrefslogtreecommitdiffstats
path: root/107
diff options
context:
space:
mode:
Diffstat (limited to '107')
-rw-r--r--107/data.gp31
-rw-r--r--107/data_17
-rw-r--r--107/data_26
3 files changed, 44 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
+
+
+
diff --git a/107/data_1 b/107/data_1
new file mode 100644
index 0000000..3cc77ce
--- /dev/null
+++ b/107/data_1
@@ -0,0 +1,7 @@
+10 3.4 0.3 0.3
+10 2.9 0.3 0.3
+16.5 4.8 0.3 0.3
+16.9 4.6 0.3 0.3
+15.8 4.7 0.3 0.3
+10.0 2.7 0.3 0.4
+
diff --git a/107/data_2 b/107/data_2
new file mode 100644
index 0000000..cc7c25f
--- /dev/null
+++ b/107/data_2
@@ -0,0 +1,6 @@
+10 3.1 0.3 0.4
+10 3.2 0.3 0.4
+20.3 6.3 0.3 0.3
+19.5 5.9 0.3 0.3
+10 3.2 0.3 0.3
+10 3 0.3 0.3