set output "graph.tex"
set term latex "csr10";
infile = "plotinput.csv"
set title '\font \nadpis=csss12 \nadpis Anilines/Corina/bez OPT/MP/HF/STO-3G/Mul' offset 0, 5
set xlabel 'Experimentln p$K_a$' offset 0, 6.0
set ylabel 'Vypoten p$K_a$' offset 8.0, 0
set size square

x = 1
y = 2

set datafile separator ";"
set decimalsign "."

set xtics offset 0, -0.5
set ytics offset -0.3, 0

plot [0:6] [0:6] infile using x:y notitle with point pt 7 lc rgb "black"
