Subversion Repositories svnkaklik

Rev

Rev 637 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 637 Rev 638
Line -... Line 1...
-
 
1
set terminal png
-
 
2
set output "plot.png"
1
set xlabel "Voltage[V]"
3
set xlabel "Voltage[V]"
2
set ylabel "Current[A]"
4
set ylabel "Current[A]"
3
 
-
 
-
 
5
set key outside below
-
 
6
set key autotitle columnhead
-
 
7
set yrange [0:2e-6]
4
plot './measuring.txt' using 1:2, '' using 1:3, '' using 1:4
8
plot './measuring.txt' using ($1*-1):($2*-1), '' using ($1*-1):($3*-1), '' using ($1*-1):($4*-1), '' using ($1*-1):($5*-1), '' using ($1*-1):($6*-1), '' using ($1*-1):($7*-1), '' using ($1*-1):($8*-1), '' using ($1*-1):($9*-1), '' using ($1*-1):($10*-1), '' using ($1*-1):($11*-1), '' using ($1*-1):($12*-1), '' using ($1*-1):($13*-1)