Rev 752 | Blame | Compare with Previous | Last modification | View Log | Download
set terminal png
#set samples 20
set key off
set xlabel "U [V]"
set ylabel "I [A]"
set grid
set pointsize 1.5
set output "VA.png"
plot "VA.txt" using 1:3 with points pointtype 2 #, "VA.txt" using 1:3 with lines smooth csplines
set xlabel "I [A]"
set ylabel "P [uW]"
set output "PI.png"
plot "PI.txt" using 1:3 with points, "PI.txt" using 1:3 with lines smooth csplines