This repository has been archived on 2023-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
mipt_lab/2.4.1/lab2.4.1-gnuplottex-fig1.gnuplot
nihonium 72cf5b79a1
nya
2023-03-23 23:02:03 +03:00

27 lines
665 B
Gnuplot
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

set terminal epslatex
set output './lab2.4.1-gnuplottex-fig1.tex'
set grid
#set xlabel '$ N $, Вт'
#set ylabel '$ \Delta T $, C'
set multiplot
set yrange [20:65]
set xrange [22:50]
set key spacing 2
set key bottom right
set key off
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 4 lc black
set key box linestyle 4
set key opaque Left
plot "PT.txt" using 1:2 notitle linestyle 1
plot "PT2.txt" using 1:2 notitle linestyle 2
#plot "2.1.1(q2).txt" using 1:2 notitle linestyle 2
#plot 3.68*x smooth csplines title "$ q_{1} $" linestyle 1, \
# 4.6*x smooth csplines title "$ q_{2} $" linestyle 2