You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# ! / u s r / b i n / g n u p l o t - p e r s i s t
set terminal postscript solid color eps enhanced
# s e t t e r m i n a l p n g e n h a n c e d
set output " 2.1.1.ps "
set encoding koi8r
# s e t l a b e l 1 1 c e n t e r a t g r a p h 0 . 5 , c h a r 0 . 5 " Р и с . 2 Р е з у л ь т а т ы и з м е р е н и й н а п р я ж е н и я V _ { B } в з а в и с и м о с т и о т т о к а I _ { A } д л я п р о в о л о к р а з н о й д л и н ы l и и х л и н е й н а я а п п р о к с и м а ц и я y = k x " f o n t " A r i a l , 1 0 "
set grid
set xlabel " N, Вт "
set ylabel ' /Symbol D T, ^ \ circ C '
set multiplot
set yrange [ 0 : 8 ]
set xrange [ 0 : 1.5 ]
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 "
# s e t s t y l e l i n e 3 l t 1 p t 7 p s 0 . 5 l c r g b " g r e e n "
set style line 4 lc black
set key box linestyle 4
set key opaque Left
plot " 2.1.1(q1).txt " using 1 : 2 : 3 notitle with yerrorbars linestyle 1
plot " 2.1.1(q2).txt " using 1 : 2 : 3 notitle with yerrorbars linestyle 2
# p l o t " 1 . 1 . 1 ( 2 0 ) . t x t " u s i n g 2 : 1 : 3 n o t i t l e w i t h y e r r o r b a r s l i n e s t y l e 3
plot 3.68 * x smooth csplines title " q_{1} " linestyle 1 , \
4.6 * x smooth csplines title " q_{2} " linestyle 2
# 2 . 0 0 6 * x s m o o t h c s p l i n e s t i t l e " l = 2 0 с м \ n k = 2 . 0 0 6 ^ + / - 0 . 0 2 3 О м " l i n e s t y l e 3