This commit is contained in:
nihonium 2023-03-23 23:02:03 +03:00
parent eb45f0c5a4
commit 72cf5b79a1
Signed by: nihonium
GPG key ID: 0251623741027CFC
123 changed files with 24978 additions and 450 deletions

View file

@ -0,0 +1,16 @@
set terminal epslatex
set output './lab-gnuplottex-fig1.tex'
set grid
set multiplot
set yrange [0:1500]
set xrange [0:7]
set style line 1 lt 1 pt 7 ps 0.5 lc rgb "red"
set style line 2 lt 1 pt 7 ps 0.5 lc rgb "blue"
set style line 3 lt 1 pt 7 ps 0.5 lc rgb "green"
set style line 4 lt 1 pt 7 ps 0.5 lc rgb "gray"
plot "2.1.3(22.8).data" using 1:2 notitle linestyle 1
plot "2.1.3(30.1).data" using 1:2 notitle linestyle 2
plot "2.1.3(40.0).data" using 1:2 notitle linestyle 3
plot "2.1.3(50.0).data" using 1:2 notitle linestyle 4