Subversion Repositories svnkaklik

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
570 kaklik 1
set output "plot.tex"
2
set terminal latex
3
set xlabel "Uhel"
4
set ylabel "odraz"
5
set key under
6
plot "odraz.txt" using 1:2 title "70", "" using 1:3 title "50", "" using 1:4 title "40"
7