Details |
Last modification |
View Log
Rev |
Author |
Line No. |
Line |
681 |
kaklik |
1 |
set terminal png
|
|
|
2 |
set output "graf.png"
|
|
|
3 |
set xrange [0:1000]
|
|
|
4 |
set yrange [0:24]
|
|
|
5 |
#set key off
|
|
|
6 |
set xlabel "Load resistance [Ohm]"
|
|
|
7 |
set ylabel "Voltage [V]"
|
|
|
8 |
plot x*0.0313 title "Ideal", "zdroj_proudu.txt" using 1:3 with line title "measured"
|