Subversion Repositories svnkaklik

Compare Revisions

Ignore whitespace Rev 637 → Rev 638

/schemata/mereni/SI_FZU/plot.gp
1,4 → 1,8
set terminal png
set output "plot.png"
set xlabel "Voltage[V]"
set ylabel "Current[A]"
 
plot './measuring.txt' using 1:2, '' using 1:3, '' using 1:4
set key outside below
set key autotitle columnhead
set yrange [0:2e-6]
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)